/ndk/sources/host-tools/sed-4.2.1/m4/ |
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 | locale-fr.m4 | 28 if (setlocale (LC_ALL, "") == NULL) return 1; 32 On OpenBSD 4.0, when an unsupported locale is specified, setlocale() 122 if (setlocale (LC_ALL, "") == NULL) return 1; 126 On OpenBSD 4.0, when an unsupported locale is specified, setlocale()
|
D | locale-zh.m4 | 31 if (setlocale (LC_ALL, "") == NULL) return 1; 35 On OpenBSD 4.0, when an unsupported locale is specified, setlocale()
|
D | btowc.m4 | 41 if (setlocale (LC_ALL, "$LOCALE_FR") != NULL)
|
D | locale-ja.m4 | 30 if (setlocale (LC_ALL, "") == NULL) return 1; 34 On OpenBSD 4.0, when an unsupported locale is specified, setlocale()
|
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/include/ |
D | clocale | 31 char* setlocale(int category, const char* locale); 48 using ::setlocale;
|
/ndk/sources/host-tools/nawk-20071023/ |
D | main.c | 60 setlocale(LC_CTYPE, ""); in main() 61 setlocale(LC_NUMERIC, "C"); /* for parsing cmdline & prog */ in main() 151 setlocale(LC_NUMERIC, ""); /* back to whatever it is locally */ in main()
|
/ndk/sources/android/support/src/locale/ |
D | setlocale.c | 31 char *setlocale(int category, const char *locale) { in setlocale() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _clocale.h | 36 using _STLP_VENDOR_CSTD::setlocale;
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | configure.ac | 62 popen pathconf fchown fchmod setlocale) 133 is invalid, use setlocale again just to get the current locale. */ 134 old = setlocale (LC_CTYPE, "ru_RU.UTF-8"); 141 old = setlocale (LC_CTYPE, "C"); 157 setlocale (LC_CTYPE, old);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | locale_h.pass.cpp | 46 static_assert((std::is_same<__typeof__(setlocale(0, "")), char*>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/c.locales/ |
D | clocale.pass.cpp | 46 static_assert((std::is_same<__typeof__(std::setlocale(0, "")), char*>::value), ""); in main()
|
/ndk/sources/host-tools/ndk-stack/binutils/ |
D | addr2line.c | 405 setlocale (LC_MESSAGES, ""); in addr2line_main() 408 setlocale (LC_CTYPE, ""); in addr2line_main()
|
/ndk/sources/host-tools/make-3.81/ |
D | getloadavg.c | 106 # define setlocale(Category, Locale) /* empty */ macro 598 setlocale (LC_NUMERIC, "C"); in getloadavg() 601 setlocale (LC_NUMERIC, ""); in getloadavg()
|
/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/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/build-aux/ |
D | help2man | 189 setlocale LC_TIME, 'C';
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0011-Fix-tests-for-Android.patch | 221 + // Remove tests setlocale() to other than "", "C", and "POSIX" 241 + // Remove tests setlocale() to other than "", "C", and "POSIX" 261 + // Remove tests setlocale() to other than "", "C", and "POSIX" 281 + // Remove tests setlocale() to other than "", "C", and "POSIX" 301 + // Remove tests setlocale() to other than "", "C", and "POSIX"
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | localcharset.c | 396 locale = setlocale (LC_CTYPE, NULL); in locale_charset()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
D | xlocale.c | 250 assert('C' == setlocale(LC_ALL, 0)[0]); in setupCLocale()
|