Searched refs:LC_ALL (Results 1 – 25 of 39) sorted by relevance
12
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | locale-fr.m4 | 28 if (setlocale (LC_ALL, "") == NULL) return 1; 45 LC_ALL is set on the command line. */ 46 if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; 62 # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because 64 # configure script would override the LC_ALL setting. Likewise for 67 if (LC_ALL=fr_FR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 71 if (LC_ALL=fr_FR.ISO-8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 75 if (LC_ALL=fr_FR.ISO8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 79 if (LC_ALL=fr_FR.iso88591 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 83 if (LC_ALL=fr LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then [all …]
|
D | locale-ja.m4 | 30 if (setlocale (LC_ALL, "") == NULL) return 1; 47 LC_ALL is set on the command line. */ 48 if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; 66 # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because 68 # configure script would override the LC_ALL setting. Likewise for 71 if (LC_ALL=ja_JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 75 if (LC_ALL=ja_JP.EUC-JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 79 if (LC_ALL=ja_JP.eucJP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 83 if (LC_ALL=ja_JP.EUC LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 87 if (LC_ALL=ja LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
|
D | locale-zh.m4 | 31 if (setlocale (LC_ALL, "") == NULL) return 1; 48 LC_ALL is set on the command line. */ 49 if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; 67 # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because 69 # configure script would override the LC_ALL setting. Likewise for 72 if (LC_ALL=zh_CN LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 76 if (LC_ALL=zh_CN.GB18030 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
|
D | wcrtomb.m4 | 50 if (setlocale (LC_ALL, "$LOCALE_FR") != NULL) 55 if (setlocale (LC_ALL, "$LOCALE_FR_UTF8") != NULL) 60 if (setlocale (LC_ALL, "$LOCALE_JA") != NULL) 65 if (setlocale (LC_ALL, "$LOCALE_ZH_CN") != NULL)
|
D | mbrlen.m4 | 61 if (setlocale (LC_ALL, "$LOCALE_JA") != NULL) 112 if (setlocale (LC_ALL, "$LOCALE_FR_UTF8") != NULL) 126 if (setlocale (LC_ALL, "$LOCALE_JA") != NULL) 177 if (setlocale (LC_ALL, "$LOCALE_ZH_CN") != NULL)
|
D | mbrtowc.m4 | 115 if (setlocale (LC_ALL, "$LOCALE_JA") != NULL) 167 if (setlocale (LC_ALL, "$LOCALE_ZH_CN") != NULL) 215 if (setlocale (LC_ALL, "$LOCALE_FR_UTF8") != NULL) 266 if (setlocale (LC_ALL, "$LOCALE_FR_UTF8") != NULL) 281 if (setlocale (LC_ALL, "$LOCALE_JA") != NULL) 333 if (setlocale (LC_ALL, "$LOCALE_ZH_CN") != NULL)
|
D | btowc.m4 | 41 if (setlocale (LC_ALL, "$LOCALE_FR") != NULL)
|
D | wctob.m4 | 44 if (setlocale (LC_ALL, "$LOCALE_FR") != NULL)
|
D | regex.m4 | 56 if (setlocale (LC_ALL, "en_US.UTF-8")) 71 if (! setlocale (LC_ALL, "C"))
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | locale_h.pass.cpp | 15 #ifndef LC_ALL 16 #error LC_ALL not defined
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/c.locales/ |
D | clocale.pass.cpp | 15 #ifndef LC_ALL 16 #error LC_ALL not defined
|
/ndk/sources/android/support/include/ |
D | locale.h | 51 #define LC_ALL LC_ALL macro
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | mdate-sh | 56 LC_ALL=C 57 export LC_ALL
|
/ndk/sources/host-tools/make-3.81/config/ |
D | mdate-sh | 57 LC_ALL=C 58 export LC_ALL
|
/ndk/sources/android/support/tests/ |
D | run-host.sh | 5 export LC_ALL=C
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/ |
D | locale_win32.cpp | 27 setlocale( LC_ALL, newloc->locinfo->lc_category[LC_ALL].locale ); in uselocale()
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | Rules-quot | 21 LC_ALL=C; export LC_ALL; \
|
D | Makefile.in.in | 198 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu… 199 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ 247 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu… 248 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
|
/ndk/sources/host-tools/make-3.81/po/ |
D | Rules-quot | 21 LC_ALL=C; export LC_ALL; \
|
D | Makefile.in.in | 171 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu… 172 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ 220 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu… 221 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | clocale | 19 LC_ALL
|
/ndk/sources/cxx-stl/llvm-libc++/tools/ |
D | upgrade-upstream.sh | 16 export LC_ALL=C
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | tst-rxspencer.c | 526 if (setlocale (LC_ALL, "C") == NULL) in main() 538 if (setlocale (LC_ALL, "cs_CZ.UTF-8") == NULL) in main()
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | sed.c | 213 setlocale (LC_ALL, "");
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | autoboot | 26 LC_ALL=C 27 export LC_ALL
|
12