/reactos/modules/rostests/winetests/msvcrt/ |
H A D | locale.c | 52 ret = setlocale(LC_ALL, "C"); in test_setlocale() 55 ret = setlocale(LC_ALL, NULL); in test_setlocale() 72 ret = setlocale(LC_ALL, NULL); in test_setlocale() 76 ret = setlocale(LC_ALL, buf); in test_setlocale() 133 ret = setlocale(LC_ALL, "chs"); in test_setlocale() 140 ret = setlocale(LC_ALL, "cht"); in test_setlocale() 156 ret = setlocale(LC_ALL, "csy"); in test_setlocale() 168 ret = setlocale(LC_ALL, "dan"); in test_setlocale() 178 ret = setlocale(LC_ALL, "dea"); in test_setlocale() 734 setlocale(LC_ALL, "C"); in test__Gettnames() [all …]
|
H A D | string.c | 381 setlocale(LC_ALL, "C"); in test_mbcp() 1926 setlocale(LC_ALL, "C"); in test__strtod() 2179 setlocale(LC_ALL, "C"); in test_mbstowcs() 2767 setlocale(LC_ALL, "C"); in test_wctob() 2857 setlocale(LC_ALL, "C"); in test_wctomb() 2883 setlocale(LC_ALL, "C"); in test_tolower() 2894 setlocale(LC_ALL, "C"); in test_tolower() 2935 setlocale(LC_ALL, "C"); in test_tolower() 3027 setlocale(LC_ALL, "C"); in test__stricmp() 3279 setlocale(LC_ALL, "C"); in test_strxfrm() [all …]
|
H A D | headers.c | 324 CHECK_DEF(LC_ALL); in test_defines()
|
H A D | printf.c | 810 if(!setlocale(LC_ALL, "Japanese_Japan.932")) { in test_sprintf() 830 setlocale(LC_ALL, "C"); in test_sprintf()
|
H A D | time.c | 800 if(!setlocale(LC_ALL, "Japanese_Japan.932")) { in test_strftime()
|
/reactos/sdk/lib/ucrt/locale/ |
H A D | wsetlocale.cpp | 545 if (_category != LC_ALL) in _wsetlocale_nolock() 572 for (i=LC_ALL+1; i<=LC_MAX; i++) in _wsetlocale_nolock() 610 if (i!=LC_ALL) in _wsetlocale_nolock() 842 ploci->lc_category[LC_ALL].refcount = nullptr; in _wsetlocale_get_all() 843 ploci->lc_category[LC_ALL].locale = nullptr; in _wsetlocale_get_all() 844 ploci->lc_category[LC_ALL].wrefcount = refcount; in _wsetlocale_get_all() 845 return ploci->lc_category[LC_ALL].wlocale = pch; in _wsetlocale_get_all() 858 ploci->lc_category[LC_ALL].refcount = nullptr; in _wsetlocale_get_all() 859 ploci->lc_category[LC_ALL].locale = nullptr; in _wsetlocale_get_all() 860 ploci->lc_category[LC_ALL].wrefcount = nullptr; in _wsetlocale_get_all() [all …]
|
/reactos/sdk/include/crt/ |
H A D | locale.h | 17 #define LC_ALL 0 macro 24 #define LC_MIN LC_ALL
|
H A D | xlocinfo.h | 29 #define _X_ALL LC_ALL
|
/reactos/sdk/include/ucrt/ |
H A D | locale.h | 23 #define LC_ALL 0 macro 30 #define LC_MIN LC_ALL
|
/reactos/modules/rostests/apitests/crt/ |
H A D | wctomb.c | 39 loc = setlocale(LC_ALL, NULL); in START_TEST()
|
/reactos/sdk/lib/crt/include/internal/wine/ |
H A D | msvcrt.h | 106 #define MSVCRT_LC_ALL LC_ALL
|
/reactos/base/applications/cmdutils/doskey/ |
H A D | doskey.c | 280 setlocale(LC_ALL, ""); in wmain()
|
/reactos/modules/rosapps/applications/net/ncftp/ncftp/ |
H A D | main.c | 280 setlocale(LC_ALL, ""); in PreInit()
|
/reactos/modules/rosapps/applications/net/dhcpd/ |
H A D | configure | 443 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
|
/reactos/modules/rostests/tests/wcstombs-tests/ |
H A D | wcstombs-tests.c | 17 loc = setlocale(LC_ALL, locale); \
|
/reactos/sdk/lib/3rdparty/stlport/src/ |
H A D | locale.cpp | 422 setlocale(LC_ALL, L.name().c_str());
|
/reactos/modules/rosapps/applications/sysutils/systeminfo/ |
H A D | systeminfo.c | 689 setlocale(LC_ALL, ""); in main()
|
/reactos/sdk/lib/crt/locale/ |
H A D | locale.c | 1440 locale = MSVCRT__create_locale(LC_ALL, setlocale(LC_ALL, NULL)); in _configthreadlocale()
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | rdesktop.c | 391 locale = setlocale(LC_ALL, ""); in main()
|
H A D | config.guess | 912 ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \
|
/reactos/dll/win32/kernel32/winnls/string/ |
H A D | locale.c | 4286 setlocale( LC_ALL, "" ); in LOCALE_Init() 4295 if (setlocale( LC_ALL, "" )) in LOCALE_Init()
|
/reactos/sdk/tools/mkisofs/schilytools/mkisofs/ |
H A D | mkisofs.c | 2050 setlocale(LC_ALL, "");
|
/reactos/sdk/lib/3rdparty/stlport/etc/ |
H A D | ChangeLog-5.1 | 2731 __Extract_locale_name from > LC_ALL by != LC_ALL, there is no reason 2732 for LC_ALL to be upper or lower to all other categories. 2815 check in __Extract_locale_name function for Borland, looks like LC_ALL
|