/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()
|
D | FIXES | 760 setlocale call to the front of main, though probably no one
|
/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/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/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/ |
D | target_info.py | 51 locale.setlocale(locale.LC_ALL, loc)
|
D | config.py | 280 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/ |
D | addr2line.c | 401 setlocale (LC_MESSAGES, ""); in addr2line_main() 404 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()
|
D | make.h | 340 # define setlocale(category, locale) macro
|
D | config.h.in | 184 /* Define to 1 if you have the `setlocale' function. */
|
D | config.h.W32 | 186 /* Define to 1 if you have the `setlocale' function. */
|
D | main.c | 953 setlocale (LC_ALL, ""); in main()
|
D | configure | 8192 for ac_func in setlocale
|
D | ChangeLog | 2311 * getloadavg.c (getloadavg): Merge setlocale() fix from sh-utils
|
/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/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/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
D | xlocale.c | 250 assert('C' == setlocale(LC_ALL, 0)[0]); in setupCLocale()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | locale.cpp | 423 setlocale(LC_ALL, L.name().c_str());
|
/ndk/sources/host-tools/make-3.81/config/ |
D | gettext.m4 | 385 mempcpy munmap putenv setenv setlocale snprintf stpcpy strcasecmp strdup \
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | traces.0 | 828 …e.in:168: -1- AH_OUTPUT([HAVE_SETLOCALE], [/* Define to 1 if you have the `setlocale\' function. */
|
D | output.0 | 8192 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/ |
D | locale.cpp | 585 setlocale(LC_ALL, g.name().c_str()); in global()
|