HomeSort by relevance Sort by last modified time
    Searched refs:LC_ALL (Results 1 - 25 of 317) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bison/lib/
main.c 34 setlocale (LC_ALL, "");
  /external/compiler-rt/test/msan/
setlocale.cc 8 char *locale = setlocale (LC_ALL, "");
  /external/valgrind/none/tests/scripts/
shell 8 LC_ALL=C
  /external/skia/src/gpu/
GrAutoLocaleSetter.h 30 fOldLocale = setlocale(LC_ALL, name);
32 fLocale = newlocale(LC_ALL, name, 0);
43 setlocale(LC_ALL, fOldLocale);
  /external/harfbuzz_ng/src/
check-libstdc++.sh 3 LC_ALL=C
4 export LC_ALL
check-c-linkage-decls.sh 3 LC_ALL=C
4 export LC_ALL
check-defs.sh 3 LC_ALL=C
4 export LC_ALL
check-header-guards.sh 3 LC_ALL=C
4 export LC_ALL
check-static-inits.sh 3 LC_ALL=C
4 export LC_ALL
check-symbols.sh 3 LC_ALL=C
4 export LC_ALL
  /external/libcxx/test/std/depr/depr.c.headers/
locale_h.pass.cpp 15 #ifndef LC_ALL
16 #error LC_ALL not defined
  /external/libcxx/test/std/localization/c.locales/
clocale.pass.cpp 15 #ifndef LC_ALL
16 #error LC_ALL not defined
  /external/strace/tests/
bexecve.test 22 LC_ALL=C grep -x "$pattern" "$LOG" > /dev/null ||
25 if LC_ALL=C grep -v -x "$pattern" "$LOG" > /dev/null; then
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
locale_h.pass.cpp 15 #ifndef LC_ALL
16 #error LC_ALL not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/c.locales/
clocale.pass.cpp 15 #ifndef LC_ALL
16 #error LC_ALL not defined
  /bionic/tests/
locale_test.cpp 51 EXPECT_STREQ("C.UTF-8", setlocale(LC_ALL, NULL));
64 EXPECT_STREQ("C", setlocale(LC_ALL, ""));
66 EXPECT_STREQ("C", setlocale(LC_ALL, "C"));
67 EXPECT_STREQ("C", setlocale(LC_ALL, "POSIX"));
70 EXPECT_EQ(NULL, setlocale(LC_ALL, "this-is-not-a-locale"));
82 EXPECT_EQ(0, newlocale(LC_ALL, NULL, 0));
88 EXPECT_EQ(0, newlocale(LC_ALL, "this-is-not-a-locale", 0));
93 locale_t l = newlocale(LC_ALL, "C", 0);
109 locale_t n = newlocale(LC_ALL, "C", 0);
124 locale_t cloc = newlocale(LC_ALL, "C", 0)
    [all...]
  /development/ndk/platforms/android-3/include/
locale.h 42 LC_ALL = 6,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlocale.h 41 #define LC_ALL 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlocale.h 39 #define LC_ALL 0
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
locale.h 42 LC_ALL = 6,
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
locale.h 42 LC_ALL = 6,
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
locale.h 42 LC_ALL = 6,
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
locale.h 42 LC_ALL = 6,
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
locale.h 42 LC_ALL = 6,
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
locale.h 42 LC_ALL = 6,

Completed in 1039 milliseconds

1 2 3 4 5 6 7 8 91011>>