HomeSort by relevance Sort by last modified time
    Searched refs:setlocale (Results 201 - 225 of 421) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
locale.h 34 /* These are the possibilities for the first argument to setlocale.
125 extern char *setlocale (int __category, __const char *__locale) __THROW;
149 datasets. Unlike for the CATEGORY parameter for `setlocale' the
197 the thread uses the global settings controlled by `setlocale'. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
locale.h 34 /* These are the possibilities for the first argument to setlocale.
125 extern char *setlocale (int __category, __const char *__locale) __THROW;
149 datasets. Unlike for the CATEGORY parameter for `setlocale' the
197 the thread uses the global settings controlled by `setlocale'. */
  /external/icu/icu4c/source/test/intltest/
winnmtst.cpp 166 // vswprintf is sensitive to the locale set by setlocale. For some locales
303 char *old_locale = strdup(setlocale(LC_ALL, NULL));
305 setlocale(LC_ALL, "German");
310 setlocale(LC_ALL, old_locale);
  /external/libcxx/utils/libcxx/test/
target_info.py 38 default_locale = locale.setlocale(locale.LC_ALL)
40 locale.setlocale(locale.LC_ALL, loc)
45 locale.setlocale(locale.LC_ALL, default_locale)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/test/
target_info.py 38 default_locale = locale.setlocale(locale.LC_ALL)
40 locale.setlocale(locale.LC_ALL, loc)
45 locale.setlocale(locale.LC_ALL, default_locale)
  /external/protobuf/src/google/protobuf/stubs/
strutil_unittest.cc 53 char* old_locale_cstr = setlocale(LC_NUMERIC, NULL);
58 ASSERT_TRUE(setlocale(LC_NUMERIC, "C") != NULL);
63 if (setlocale(LC_NUMERIC, "es_ES") == NULL &&
64 setlocale(LC_NUMERIC, "es_ES.utf8") == NULL) {
74 setlocale(LC_NUMERIC, old_locale.c_str());
  /libcore/ojluni/src/main/native/
java_props_md.c 149 lc = setlocale(cat, NULL);
167 lc = strdup(lc); /* keep a copy, setlocale trashes original. */
172 setlocale(LC_ALL, temp);
478 setlocale(LC_ALL, "");
  /external/autotest/client/common_lib/cros/network/
tcpdump_analyzer.py 24 setlocale(LC_ALL, '')
  /external/bison/src/
main.c 62 setlocale (LC_ALL, "");
  /external/curl/tests/libtest/
first.c 25 # include <locale.h> /* for setlocale() */
153 setlocale(LC_ALL, "");
  /external/elfutils/tests/
backtrace-dwarf.c 135 (void) setlocale (LC_ALL, "");
line2addr.c 117 (void) setlocale (LC_ALL, "");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/
2-1.c 30 setlocale(LC_TIME, "");
  /external/pcre/dist2/src/
dftables.c 75 setlocale(LC_ALL, ""); /* Set from environment variables */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
re.py 238 if loc is None or loc == _locale.setlocale(_locale.LC_CTYPE):
258 loc = _locale.setlocale(_locale.LC_CTYPE)
  /external/bison/lib/
gettext.h 95 /* Prefer gnulib's setlocale override over libintl's setlocale override. */
97 # undef setlocale macro
98 # define setlocale rpl_setlocale macro
  /external/e2fsprogs/misc/
chattr.c 315 setlocale(LC_MESSAGES, "");
316 setlocale(LC_CTYPE, "");
  /external/f2fs-tools/tools/
f2fs_io_parse.c 248 setlocale(LC_ALL, "");
271 setlocale(LC_ALL, "");
  /external/libjpeg-turbo/
rdjpgcom.c 228 setlocale(LC_CTYPE, "");
266 setlocale(LC_CTYPE, "C");
  /external/python/cpython2/Lib/
re.py 238 if loc is None or loc == _locale.setlocale(_locale.LC_CTYPE):
258 loc = _locale.setlocale(_locale.LC_CTYPE)
  /toolchain/binutils/binutils-2.25/binutils/
addr2line.c 420 setlocale (LC_MESSAGES, "");
423 setlocale (LC_CTYPE, "");
  /toolchain/binutils/binutils-2.25/gold/
main.cc 141 setlocale(LC_MESSAGES, "");
144 setlocale(LC_CTYPE, "");
  /bionic/libc/bionic/
locale.cpp 158 char* setlocale(int category, const char* locale_name) { function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test___all__.py 77 # initializes GNU readline which calls setlocale(LC_CTYPE, "")... :-(
84 locale.setlocale(locale.LC_CTYPE, 'C')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
readline.c 24 # define RESTORE_LOCALE(sl) { setlocale(LC_CTYPE, sl); free(sl); }
863 char *saved_locale = strdup(setlocale(LC_CTYPE, NULL));
1041 char *saved_locale = strdup(setlocale(LC_CTYPE, NULL));
1044 setlocale(LC_CTYPE, "");

Completed in 4097 milliseconds

1 2 3 4 5 6 7 891011>>