Home
last modified time | relevance | path

Searched refs:setlocale (Results 1 – 25 of 41) sorted by relevance

12

/ndk/sources/host-tools/sed-4.2.1/m4/
Dwcrtomb.m450 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)
Dmbrlen.m461 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)
Dmbrtowc.m4115 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)
Dlocale-fr.m428 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()
Dlocale-zh.m431 if (setlocale (LC_ALL, "") == NULL) return 1;
35 On OpenBSD 4.0, when an unsupported locale is specified, setlocale()
Dbtowc.m441 if (setlocale (LC_ALL, "$LOCALE_FR") != NULL)
Dlocale-ja.m430 if (setlocale (LC_ALL, "") == NULL) return 1;
34 On OpenBSD 4.0, when an unsupported locale is specified, setlocale()
Dwctob.m444 if (setlocale (LC_ALL, "$LOCALE_FR") != NULL)
Dregex.m456 if (setlocale (LC_ALL, "en_US.UTF-8"))
71 if (! setlocale (LC_ALL, "C"))
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dclocale31 char* setlocale(int category, const char* locale);
48 using ::setlocale;
/ndk/sources/host-tools/nawk-20071023/
Dmain.c60 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/
Dsetlocale.c31 char *setlocale(int category, const char *locale) { in setlocale() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_clocale.h36 using _STLP_VENDOR_CSTD::setlocale;
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure.ac62 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/
Dlocale_h.pass.cpp46 static_assert((std::is_same<__typeof__(setlocale(0, "")), char*>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/c.locales/
Dclocale.pass.cpp46 static_assert((std::is_same<__typeof__(std::setlocale(0, "")), char*>::value), ""); in main()
/ndk/sources/host-tools/ndk-stack/binutils/
Daddr2line.c405 setlocale (LC_MESSAGES, ""); in addr2line_main()
408 setlocale (LC_CTYPE, ""); in addr2line_main()
/ndk/sources/host-tools/make-3.81/
Dgetloadavg.c106 # 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/
Dlocale_win32.cpp27 setlocale( LC_ALL, newloc->locinfo->lc_category[LC_ALL].locale ); in uselocale()
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dtst-rxspencer.c526 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/
Dsed.c213 setlocale (LC_ALL, "");
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dhelp2man189 setlocale LC_TIME, 'C';
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0011-Fix-tests-for-Android.patch221 + // 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/
Dlocalcharset.c396 locale = setlocale (LC_CTYPE, NULL); in locale_charset()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
Dxlocale.c250 assert('C' == setlocale(LC_ALL, 0)[0]); in setupCLocale()

12