HomeSort by relevance Sort by last modified time
    Searched defs:setlocale (Results 1 - 13 of 13) sorted by null

  /bionic/libc/bionic/
setlocale.cpp 32 // setlocale(3) always fails on bionic.
33 char* setlocale(int /*category*/, char const* /*locale*/) { function
  /external/bison/lib/
main.c 26 # define setlocale(Category, Locale) macro
34 setlocale (LC_ALL, "");
gettext.h 95 /* Prefer gnulib's setlocale override over libintl's setlocale override. */
97 # undef setlocale macro
98 # define setlocale rpl_setlocale macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlocale.h 55 #define setlocale _Xsetlocale macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlocale.h 55 #define setlocale _Xsetlocale macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlocale.h 55 #define setlocale _Xsetlocale macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
intl.h 27 # define setlocale(category, locale) (locale) macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
intl.h 27 # define setlocale(category, locale) (locale) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
intl.h 27 # define setlocale(category, locale) (locale) macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
intl.h 27 # define setlocale(category, locale) (locale) macro
  /ndk/sources/cxx-stl/llvm-libc++/src/support/android/
locale_support.c 255 // Static mutable variable because setlocale() is supposed to return
259 char *setlocale(int category, const char *locale) { function
275 // through setlocale(). Since the implementation above doesn't modify
279 // or the global locale if setlocale() has been called at least once.
  /ndk/sources/host-tools/make-3.81/
getloadavg.c 106 # define setlocale(Category, Locale) /* empty */ macro
600 setlocale (LC_NUMERIC, "C");
603 setlocale (LC_NUMERIC, "");
make.h 340 # define setlocale(category, locale) macro

Completed in 890 milliseconds