HomeSort by relevance Sort by last modified time
    Searched refs:setlocale (Results 176 - 200 of 250) sorted by null

1 2 3 4 5 6 78 910

  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pickletester.py 34 orig_locale = locale.setlocale(category)
44 locale.setlocale(category, loc)
54 locale.setlocale(category, orig_locale)
    [all...]
test_support.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pickletester.py 34 orig_locale = locale.setlocale(category)
44 locale.setlocale(category, loc)
54 locale.setlocale(category, orig_locale)
    [all...]
test_support.py     [all...]
  /external/e2fsprogs/intl/
localename.c 686 /* XPG3 defines the result of 'setlocale (category, NULL)' as:
687 "Directs 'setlocale()' to query 'category' and return the current
710 On some systems this can be done by the 'setlocale' function itself. */
712 retval = setlocale (category, NULL);
  /external/elfutils/src/
findtextrel.c 120 (void) setlocale (LC_ALL, "");
elfcmp.c 124 (void) setlocale (LC_ALL, "");
size.c 180 setlocale (LC_ALL, "");
strings.c 149 (void) setlocale (LC_ALL, "");
  /external/iputils/
tracepath.c 316 setlocale(LC_ALL, "");
tracepath6.c 388 setlocale(LC_ALL, "");
ping_common.c 220 setlocale(LC_ALL, "C");
249 setlocale(LC_ALL, "");
  /ndk/sources/host-tools/make-3.81/
make.h 340 # define setlocale(category, locale) macro
  /system/core/toolbox/grep/
grep.c 325 setlocale(LC_ALL, "");
  /external/e2fsprogs/misc/
badblocks.c 1002 setlocale(LC_MESSAGES, "");
1003 setlocale(LC_CTYPE, "");
fsck.c 1264 setlocale(LC_MESSAGES, "");
1265 setlocale(LC_CTYPE, "");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
calendar.py 494 _locale.setlocale(_locale.LC_TIME, self.locale)
498 _locale.setlocale(_locale.LC_TIME, self.oldlocale)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
calendar.py 494 _locale.setlocale(_locale.LC_TIME, self.locale)
498 _locale.setlocale(_locale.LC_TIME, self.oldlocale)
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 18 locale.setlocale(locale.LC_ALL, 'C')
  /external/chromium_org/content/shell/renderer/
webkit_test_runner.cc 460 void WebKitTestRunner::setLocale(const std::string& locale) {
461 setlocale(LC_ALL, locale.c_str());
  /external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
ubrkperfold.cpp 670 if (setlocale(LC_ALL, opt_locale) == 0) {
671 fprintf(stderr, "setlocale(LC_ALL, %s) failed.\n", opt_locale);
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c 435 setlocale(LC_MESSAGES, "");

Completed in 348 milliseconds

1 2 3 4 5 6 78 910