Home
last modified time | relevance | path

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

/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()
DFIXES760 setlocale call to the front of main, though probably no one
/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/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/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
Dtarget_info.py51 locale.setlocale(locale.LC_ALL, loc)
Dconfig.py280 default_locale = locale.setlocale(locale.LC_ALL)
283 locale.setlocale(locale.LC_ALL, loc)
290 locale.setlocale(locale.LC_ALL, default_locale)
/ndk/sources/host-tools/ndk-stack/binutils/
Daddr2line.c401 setlocale (LC_MESSAGES, ""); in addr2line_main()
404 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()
Dmake.h340 # define setlocale(category, locale) macro
Dconfig.h.in184 /* Define to 1 if you have the `setlocale' function. */
Dconfig.h.W32186 /* Define to 1 if you have the `setlocale' function. */
Dmain.c953 setlocale (LC_ALL, ""); in main()
Dconfigure8192 for ac_func in setlocale
DChangeLog2311 * getloadavg.c (getloadavg): Merge setlocale() fix from sh-utils
/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/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/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
Dxlocale.c250 assert('C' == setlocale(LC_ALL, 0)[0]); in setupCLocale()
/ndk/sources/cxx-stl/stlport/src/
Dlocale.cpp423 setlocale(LC_ALL, L.name().c_str());
/ndk/sources/host-tools/make-3.81/config/
Dgettext.m4385 mempcpy munmap putenv setenv setlocale snprintf stpcpy strcasecmp strdup \
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Dtraces.0828 …e.in:168: -1- AH_OUTPUT([HAVE_SETLOCALE], [/* Define to 1 if you have the `setlocale\' function. */
Doutput.08192 for ac_func in setlocale
8194 ac_fn_c_check_func "$LINENO" "setlocale" "ac_cv_func_setlocale"
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp585 setlocale(LC_ALL, g.name().c_str()); in global()