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

1 2 3 4 5 6 78 91011>>

  /external/pcre/dist/
dftables.c 74 setlocale(LC_ALL, ""); /* Set from environment variables */
  /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
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/e2fsprogs/misc/
chattr.c 284 setlocale(LC_MESSAGES, "");
285 setlocale(LC_CTYPE, "");
e2undo.c 133 setlocale(LC_MESSAGES, "");
134 setlocale(LC_CTYPE, "");
e2initrd_helper.c 304 setlocale(LC_MESSAGES, "");
305 setlocale(LC_CTYPE, "");
uuidd.c 456 setlocale(LC_MESSAGES, "");
457 setlocale(LC_CTYPE, "");
  /external/f2fs-tools/tools/
f2fs_io_parse.c 248 setlocale(LC_ALL, "");
271 setlocale(LC_ALL, "");
  /ndk/sources/host-tools/ndk-stack/binutils/
addr2line.c 409 setlocale (LC_MESSAGES, "");
412 setlocale (LC_CTYPE, "");
  /external/elfutils/src/tests/
addrscopes.c 146 (void) setlocale (LC_ALL, "");
funcscopes.c 177 (void) setlocale (LC_ALL, "");
  /external/libcxx/src/support/win32/
locale_win32.cpp 27 setlocale( LC_ALL, newloc->locinfo->lc_category[LC_ALL].locale );
  /external/selinux/policycoreutils/run_init/
run_init.c 352 setlocale(LC_ALL, "");
  /external/toybox/
main.c 76 if (CFG_TOYBOX_I18N) setlocale(LC_ALL, "C"+!!(which->flags & TOYFLAG_LOCALE));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
locale_win32.cpp 27 setlocale( LC_ALL, newloc->locinfo->lc_category[LC_ALL].locale );
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFileDialog.py 195 locale.setlocale(locale.LC_ALL,'')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test___all__.py 77 # initializes GNU readline which calls setlocale(LC_CTYPE, "")... :-(
84 locale.setlocale(locale.LC_CTYPE, 'C')
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)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkFileDialog.py 195 locale.setlocale(locale.LC_ALL,'')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test___all__.py 77 # initializes GNU readline which calls setlocale(LC_CTYPE, "")... :-(
84 locale.setlocale(locale.LC_CTYPE, 'C')
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)
  /external/e2fsprogs/resize/
main.c 188 setlocale(LC_MESSAGES, "");
189 setlocale(LC_CTYPE, "");
  /bionic/tests/
wchar_test.cpp 62 ASSERT_STREQ("C.UTF-8", setlocale(LC_CTYPE, "C.UTF-8"));
279 ASSERT_STREQ("C.UTF-8", setlocale(LC_CTYPE, "C.UTF-8"));
305 ASSERT_STREQ("C.UTF-8", setlocale(LC_CTYPE, "C.UTF-8"));
375 ASSERT_STREQ("C.UTF-8", setlocale(LC_CTYPE, "C.UTF-8"));
541 ASSERT_STREQ("C.UTF-8", setlocale(LC_CTYPE, "C.UTF-8"));
  /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, "");
  /bionic/libc/bionic/
locale.cpp 139 char* setlocale(int category, const char* locale_name) { function

Completed in 724 milliseconds

1 2 3 4 5 6 78 91011>>