Searched refs:setlocale (Results 1 - 13 of 13) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/ |
H A D | setlocale1.c | 2 Single-byte character version of the setlocale function. 47 __warn_references(setlocale, 48 "warning: reference to compatibility setlocale(); include <locale.h> for correct reference") 55 setlocale(int category, const char *locale) function
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/ |
H A D | locale.h | 132 argument (category) to the setlocale() function. 151 /** @fn char *setlocale(int category, const char *locale) 153 @brief The setlocale function is used to retrieve or change parts or all of the current locale. 170 setlocale or localeconv. 180 setlocale or localeconv. 185 char *setlocale(int category, const char *locale); 188 char *setlocale(int category, const char *locale) __RENAME(__setlocale_mb_len_max_32);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/ |
H A D | locale.h | 74 char* __cdecl setlocale(int,const char*);
|
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/ |
H A D | language.c | 98 /* Get a valid locale name that can be passed to setlocale(), so we always can use nl_langinfo() to get language and country names. */ 230 gchar *current = setlocale (LC_ALL, NULL); 231 setlocale (LC_IDENTIFICATION, locale); 232 setlocale (LC_MESSAGES, ""); 238 setlocale (LC_ALL, current); 273 gchar *current = setlocale (LC_ALL, NULL); 274 setlocale (LC_IDENTIFICATION, locale); 275 setlocale (LC_MESSAGES, ""); 281 setlocale (LC_ALL, current);
|
/vbox/src/VBox/Additions/common/crOpenGL/pack/ |
H A D | packspu_getstring.c | 133 oldlocale = setlocale(LC_NUMERIC, NULL); 135 setlocale(LC_NUMERIC, "C"); 142 setlocale(LC_NUMERIC, oldlocale);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/ |
H A D | locale.h | 74 char* __cdecl setlocale(int,const char*);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | tchar.h | 197 #define _tsetlocale WINE_tchar_routine(setlocale, setlocale, _wsetlocale)
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | tchar.h | 197 #define _tsetlocale WINE_tchar_routine(setlocale, setlocale, _wsetlocale)
|
/vbox/src/VBox/Runtime/r3/ |
H A D | init.cpp | 390 setlocale(LC_CTYPE, "");
|
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstRTCType.cpp | 201 RTTESTI_CHECK(setlocale(LC_ALL, "C") != NULL);
|
/vbox/src/libs/xpcom18a4/xpcom/build/ |
H A D | nsXPComInit.cpp | 548 if (strcmp(setlocale(LC_ALL, NULL), "C") == 0) 549 setlocale(LC_ALL, "");
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | rdesktop.c | 588 locale = setlocale(LC_ALL, ""); 1098 if (setlocale(LC_CTYPE, ""))
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsNativeCharsetUtils.cpp | 50 #include <locale.h> // setlocale 816 setlocale(LC_CTYPE, "");
|
Completed in 1386 milliseconds