Searched refs:LC_ALL (Results 1 – 25 of 298) sorted by relevance
12345678910>>...12
/external/bison/m4/ |
D | locale-fr.m4 | 33 if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL 37 if (setlocale (LC_ALL, "") == NULL) return 1; 58 LC_ALL is set on the command line. */ 59 if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; 86 if (LC_ALL=French_France.1252 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 94 # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because 96 # configure script would override the LC_ALL setting. Likewise for 99 if (LC_ALL=fr_FR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 103 if (LC_ALL=fr_FR.ISO-8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 107 if (LC_ALL=fr_FR.ISO8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then [all …]
|
D | locale-ja.m4 | 35 if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL 39 if (setlocale (LC_ALL, "") == NULL) return 1; 60 LC_ALL is set on the command line. */ 61 if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; 93 # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because 95 # configure script would override the LC_ALL setting. Likewise for 98 if (LC_ALL=ja_JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 102 if (LC_ALL=ja_JP.EUC-JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 106 if (LC_ALL=ja_JP.eucJP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 110 if (LC_ALL=ja_JP.EUC LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then [all …]
|
D | locale-zh.m4 | 36 if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL 40 if (setlocale (LC_ALL, "") == NULL) return 1; 61 LC_ALL is set on the command line. */ 62 if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; 89 if (LC_ALL=Chinese_China.54936 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 99 # Another witness is that "LC_ALL=zh_CN.GB18030 bash -c true" dumps core. 103 # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because 105 # configure script would override the LC_ALL setting. Likewise for 108 if (LC_ALL=zh_CN LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 112 if (LC_ALL=zh_CN.GB18030 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
|
D | mbrtowc.m4 | 141 if (setlocale (LC_ALL, "$LOCALE_JA") != NULL) 201 if (setlocale (LC_ALL, "$LOCALE_ZH_CN") != NULL) 260 if (setlocale (LC_ALL, "$LOCALE_FR_UTF8") != NULL) 327 if (setlocale (LC_ALL, "$LOCALE_FR_UTF8") != NULL) 392 if (setlocale (LC_ALL, "$LOCALE_FR_UTF8") != NULL) 408 if (setlocale (LC_ALL, "$LOCALE_JA") != NULL) 424 if (setlocale (LC_ALL, "Japanese_Japan.932") != NULL) 439 if (setlocale (LC_ALL, "Chinese_Taiwan.950") != NULL) 454 if (setlocale (LC_ALL, "Chinese_China.936") != NULL) 518 if (setlocale (LC_ALL, "$LOCALE_ZH_CN") != NULL)
|
/external/strace/tests/ |
D | qual_syscall.test | 19 LC_ALL=C grep -x "$pattern" "$LOG" > /dev/null || { 27 LC_ALL=C grep -v -x "$pattern_abbrev_verbose" "$LOG" | 28 LC_ALL=C grep '^[[:alnum:]_]*(' > /dev/null && 32 LC_ALL=C grep '^chdir' "$LOG" > /dev/null && 36 LC_ALL=C grep '^[[:alnum:]_]*(' "$LOG" > /dev/null &&
|
D | bexecve.test | 51 LC_ALL=C grep -x "$pattern_detached" "$LOG" > /dev/null || 54 if LC_ALL=C grep -E -v -x "($pattern_detached|$pattern_personality)" "$LOG" > /dev/null; then
|
/external/strace/tests-m32/ |
D | qual_syscall.test | 19 LC_ALL=C grep -x "$pattern" "$LOG" > /dev/null || { 27 LC_ALL=C grep -v -x "$pattern_abbrev_verbose" "$LOG" | 28 LC_ALL=C grep '^[[:alnum:]_]*(' > /dev/null && 32 LC_ALL=C grep '^chdir' "$LOG" > /dev/null && 36 LC_ALL=C grep '^[[:alnum:]_]*(' "$LOG" > /dev/null &&
|
D | bexecve.test | 51 LC_ALL=C grep -x "$pattern_detached" "$LOG" > /dev/null || 54 if LC_ALL=C grep -E -v -x "($pattern_detached|$pattern_personality)" "$LOG" > /dev/null; then
|
/external/strace/tests-mx32/ |
D | qual_syscall.test | 19 LC_ALL=C grep -x "$pattern" "$LOG" > /dev/null || { 27 LC_ALL=C grep -v -x "$pattern_abbrev_verbose" "$LOG" | 28 LC_ALL=C grep '^[[:alnum:]_]*(' > /dev/null && 32 LC_ALL=C grep '^chdir' "$LOG" > /dev/null && 36 LC_ALL=C grep '^[[:alnum:]_]*(' "$LOG" > /dev/null &&
|
D | bexecve.test | 51 LC_ALL=C grep -x "$pattern_detached" "$LOG" > /dev/null || 54 if LC_ALL=C grep -E -v -x "($pattern_detached|$pattern_personality)" "$LOG" > /dev/null; then
|
/external/libchrome/base/test/ |
D | scoped_locale.cc | 14 prev_locale_ = setlocale(LC_ALL, NULL); in ScopedLocale() 15 EXPECT_TRUE(setlocale(LC_ALL, locale.c_str()) != NULL) << in ScopedLocale() 20 EXPECT_STREQ(prev_locale_.c_str(), setlocale(LC_ALL, prev_locale_.c_str())); in ~ScopedLocale()
|
/external/skia/src/gpu/ |
D | GrAutoLocaleSetter.h | 43 char* oldLocale = setlocale(LC_ALL, name); in GrAutoLocaleSetter() 57 fLocale = newlocale(LC_ALL, name, 0); in GrAutoLocaleSetter() 71 setlocale(LC_ALL, fOldLocale.c_str()); in ~GrAutoLocaleSetter()
|
/external/e2fsprogs/tests/ |
D | test_config | 5 unset LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSA… 31 LC_ALL=C 32 export LC_ALL
|
D | test_one.in | 4 LC_ALL=C 5 export LC_ALL
|
/external/harfbuzz_ng/src/ |
D | check-libstdc++.sh | 3 LC_ALL=C 4 export LC_ALL
|
D | check-static-inits.sh | 3 LC_ALL=C 4 export LC_ALL
|
D | check-symbols.sh | 3 LC_ALL=C 4 export LC_ALL
|
D | check-defs.sh | 3 LC_ALL=C 4 export LC_ALL
|
D | check-header-guards.sh | 3 LC_ALL=C 4 export LC_ALL
|
D | check-c-linkage-decls.sh | 3 LC_ALL=C 4 export LC_ALL
|
D | check-includes.sh | 3 LC_ALL=C 4 export LC_ALL
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | locale_h.pass.cpp | 15 #ifndef LC_ALL 16 #error LC_ALL not defined
|
/external/libcxx/test/std/localization/c.locales/ |
D | clocale.pass.cpp | 17 #ifndef LC_ALL 18 #error LC_ALL not defined
|
/external/libcxx/utils/libcxx/test/ |
D | target_info.py | 38 default_locale = locale.setlocale(locale.LC_ALL) 40 locale.setlocale(locale.LC_ALL, loc) 45 locale.setlocale(locale.LC_ALL, default_locale)
|
/external/icu/icu4c/source/test/intltest/ |
D | winnmtst.cpp | 303 char *old_locale = strdup(setlocale(LC_ALL, NULL)); in testLocales() 305 setlocale(LC_ALL, "German"); in testLocales() 310 setlocale(LC_ALL, old_locale); in testLocales()
|
12345678910>>...12