/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
locale.py | 9 setlocale() function. It also includes default encodings for all 36 "setlocale", "resetlocale", "localeconv", "strcoll", "strxfrm", 83 def setlocale(category, value=None): function 84 """ setlocale(integer,string=None) -> string. 323 setlocale(LC_ALL, "") 336 # store away the low-level version of setlocale (it's 338 _setlocale = setlocale 353 setlocale(). 359 the default encoding for the locale code just like setlocale() 467 setlocale(LC_ALL, "") runs using the portable 'C' locale 532 def setlocale(category, locale=None): function [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
locale.py | 9 setlocale() function. It also includes default encodings for all 36 "setlocale", "resetlocale", "localeconv", "strcoll", "strxfrm", 83 def setlocale(category, value=None): function 84 """ setlocale(integer,string=None) -> string. 323 setlocale(LC_ALL, "") 336 # store away the low-level version of setlocale (it's 338 _setlocale = setlocale 353 setlocale(). 359 the default encoding for the locale code just like setlocale() 467 setlocale(LC_ALL, "") runs using the portable 'C' locale 532 def setlocale(category, locale=None): function [all...] |
/external/elfutils/tests/ |
dwfl-bug-fd-leak.c | 97 (void) setlocale (LC_ALL, "");
|
find-prologues.c | 99 (void) setlocale (LC_ALL, "");
|
funcretval.c | 97 (void) setlocale (LC_ALL, "");
|
line2addr.c | 125 (void) setlocale (LC_ALL, "");
|
addrscopes.c | 154 (void) setlocale (LC_ALL, "");
|
funcscopes.c | 185 (void) setlocale (LC_ALL, "");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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; 151 datasets. Unlike for the CATEGORY parameter for `setlocale' the 199 the thread uses the global settings controlled by `setlocale'. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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; 151 datasets. Unlike for the CATEGORY parameter for `setlocale' the 199 the thread uses the global settings controlled by `setlocale'. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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; 151 datasets. Unlike for the CATEGORY parameter for `setlocale' the 199 the thread uses the global settings controlled by `setlocale'. */
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
winnmtst.cpp | 165 // vswprintf is sensitive to the locale set by setlocale. For some locales 302 char *old_locale = strdup(setlocale(LC_ALL, NULL)); 304 setlocale(LC_ALL, "German"); 309 setlocale(LC_ALL, old_locale);
|
/external/icu4c/test/intltest/ |
winnmtst.cpp | 165 // vswprintf is sensitive to the locale set by setlocale. For some locales 302 char *old_locale = strdup(setlocale(LC_ALL, NULL)); 304 setlocale(LC_ALL, "German"); 309 setlocale(LC_ALL, old_locale);
|
/external/bison/src/ |
main.c | 62 setlocale (LC_ALL, "");
|
/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 | 299 setlocale(LC_MESSAGES, ""); 300 setlocale(LC_CTYPE, "");
|
e2initrd_helper.c | 301 setlocale(LC_MESSAGES, ""); 302 setlocale(LC_CTYPE, "");
|
e2undo.c | 134 setlocale(LC_MESSAGES, ""); 135 setlocale(LC_CTYPE, "");
|
/external/grub/docs/ |
help2man | 27 use POSIX qw(strftime setlocale LC_TIME); 161 setlocale LC_TIME, 'C';
|
/external/chromium/chrome/browser/download/ |
download_util_unittest.cc | 447 std::string locale = setlocale(LC_CTYPE, NULL);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/ |
locale_win32.cpp | 28 setlocale( LC_ALL, newloc->locinfo->lc_category[LC_ALL].locale );
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
sed.c | 213 setlocale (LC_ALL, "");
|
/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')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
tkFileDialog.py | 195 locale.setlocale(locale.LC_ALL,'')
|