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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/base/test/
scoped_locale.cc 14 prev_locale_ = setlocale(LC_ALL, NULL);
15 EXPECT_TRUE(setlocale(LC_ALL, locale.c_str()) != NULL) <<
20 EXPECT_STREQ(prev_locale_.c_str(), setlocale(LC_ALL, prev_locale_.c_str()));
  /external/bison/lib/
main.c 34 setlocale (LC_ALL, "");
  /external/compiler-rt/test/msan/
setlocale.cc 8 char *locale = setlocale (LC_ALL, "");
  /external/valgrind/main/none/tests/
shell 8 LC_ALL=C
  /external/harfbuzz_ng/src/
check-libstdc++.sh 3 LC_ALL=C
4 export LC_ALL
check-symbols.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
  /external/libcxx/test/depr/depr.c.headers/
locale_h.pass.cpp 15 #ifndef LC_ALL
16 #error LC_ALL not defined
  /external/libcxx/test/localization/c.locales/
clocale.pass.cpp 15 #ifndef LC_ALL
16 #error LC_ALL not defined
  /external/strace/tests/
stat.test 19 LC_ALL=C grep -E -x 'ftruncate(64)?\(1, 46118400000\) += 0' $LOG > /dev/null ||
22 LC_ALL=C grep -E -x 'lseek\(1, 46118400000, SEEK_CUR\) += 46118400000|_llseek\(1, 46118400000, \[46118400000\], SEEK_CUR\) += 0' $LOG > /dev/null ||
26 LC_ALL=C grep -E -x 'stat(64)?\("sample", \{st_mode=S_IFREG\|0644, st_size=46118400000, \.\.\.\}\) += 0|(new)?fstatat(64)?\(AT_FDCWD, "sample", \{st_mode=S_IFREG\|0644, st_size=46118400000, \.\.\.\}, 0\) += 0' $LOG > /dev/null ||
30 LC_ALL=C grep -E -x 'lstat(64)?\("sample", \{st_mode=S_IFREG\|0644, st_size=46118400000, \.\.\.\}\) += 0|(new)?fstatat(64)?\(AT_FDCWD, "sample", \{st_mode=S_IFREG\|0644, st_size=46118400000, \.\.\.\}, AT_SYMLINK_NOFOLLOW\) += 0' $LOG > /dev/null ||
  /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
  /development/ndk/platforms/android-3/include/
locale.h 42 LC_ALL = 6,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlocale.h 41 #define LC_ALL 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlocale.h 41 #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,
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
locale.h 42 LC_ALL = 6,

Completed in 933 milliseconds

1 2 3 4 5 6 7 8 91011>>