HomeSort by relevance Sort by last modified time
    Searched refs:setlocale (Results 151 - 175 of 247) sorted by null

1 2 3 4 5 67 8 910

  /external/e2fsprogs/resize/
main.c 179 setlocale(LC_MESSAGES, "");
180 setlocale(LC_CTYPE, "");
  /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, "");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strptime.py 527 locale.setlocale(locale.LC_TIME, ('en_US', 'UTF8'))
536 locale.setlocale(locale.LC_TIME, ('de_DE', 'UTF8'))
550 locale.setlocale(locale.LC_TIME, locale_info)
test_strftime.py 64 locale.setlocale(locale.LC_TIME, 'C')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strptime.py 527 locale.setlocale(locale.LC_TIME, ('en_US', 'UTF8'))
536 locale.setlocale(locale.LC_TIME, ('de_DE', 'UTF8'))
550 locale.setlocale(locale.LC_TIME, locale_info)
test_strftime.py 64 locale.setlocale(locale.LC_TIME, 'C')
  /external/e2fsprogs/misc/
uuidd.c 453 setlocale(LC_MESSAGES, "");
454 setlocale(LC_CTYPE, "");
dumpe2fs.c 501 setlocale(LC_MESSAGES, "");
502 setlocale(LC_CTYPE, "");
e2image.c 642 setlocale(LC_MESSAGES, "");
643 setlocale(LC_CTYPE, "");
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-rxspencer.c 526 if (setlocale (LC_ALL, "C") == NULL)
528 puts ("setlocale C failed");
538 if (setlocale (LC_ALL, "cs_CZ.UTF-8") == NULL)
540 puts ("setlocale cs_CZ.UTF-8 failed");
  /external/bison/lib/
localcharset.c 427 /* On old systems which lack it, use setlocale or getenv. */
432 use setlocale here; it would return "C" when it doesn't support the
435 locale = setlocale (LC_CTYPE, NULL);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-common.cc 272 language = hb_language_from_string (setlocale (LC_CTYPE, NULL), -1);
  /external/e2fsprogs/intl/
localcharset.c 284 /* On old systems which lack it, use setlocale or getenv. */
289 use setlocale here; it would return "C" when it doesn't support the
292 locale = setlocale (LC_CTYPE, NULL);
  /external/elfutils/src/
ranlib.c 98 (void) setlocale (LC_ALL, "");
addr2line.c 128 (void) setlocale (LC_ALL, "");
  /external/elfutils/tests/
allregs.c 178 (void) setlocale (LC_ALL, "");
dwflmodtest.c 257 (void) setlocale (LC_ALL, "");
  /external/harfbuzz_ng/src/
hb-common.cc 272 language = hb_language_from_string (setlocale (LC_CTYPE, NULL), -1);
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
help2man 28 use POSIX qw(strftime setlocale LC_TIME);
189 setlocale LC_TIME, 'C';
  /ndk/sources/host-tools/sed-4.2.1/lib/
localcharset.c 388 /* On old systems which lack it, use setlocale or getenv. */
393 use setlocale here; it would return "C" when it doesn't support the
396 locale = setlocale (LC_CTYPE, NULL);
  /external/chromium_org/content/app/
content_main_runner.cc 229 setlocale(LC_NUMERIC, "C");
565 // - setlocale() is not supported.
573 setlocale(LC_ALL, "");
  /external/bison/src/
getargs.c 403 const char *lc_messages = setlocale (LC_MESSAGES, NULL);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 242 assert('C' == setlocale(LC_ALL, 0)[0]);
  /system/core/toolbox/cp/
cp.c 116 (void)setlocale(LC_ALL, "");
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 487 p = setlocale(LC_ALL, NULL);
506 setlocale(LC_ALL, "");
518 setlocale(LC_ALL, old_locale);
    [all...]

Completed in 2389 milliseconds

1 2 3 4 5 67 8 910