Home
last modified time | relevance | path

Searched refs:LC_CTYPE (Results 1 – 25 of 104) sorted by relevance

12345

/external/protobuf/src/google/protobuf/stubs/
Dstringprintf_unittest.cc94 char* old_locale = setlocale(LC_CTYPE, NULL); in TEST()
96 setlocale(LC_CTYPE, "en_US.utf8"); in TEST()
118 setlocale(LC_CTYPE, old_locale); in TEST()
123 char* old_locale = setlocale(LC_CTYPE, NULL); in TEST()
124 setlocale(LC_CTYPE, "POSIX"); in TEST()
126 setlocale(LC_CTYPE, old_locale); in TEST()
/external/bison/m4/
Dlocale-fr.m431 as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE
34 || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0)
86 if (LC_ALL=French_France.1252 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
97 # LC_CTYPE, which is also set at the beginning of the configure script.
99 if (LC_ALL=fr_FR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
103 if (LC_ALL=fr_FR.ISO-8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
107 if (LC_ALL=fr_FR.ISO8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
111 if (LC_ALL=fr_FR.iso88591 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
115 if (LC_ALL=fr LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
159 as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE
[all …]
Dlocale-ja.m433 as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE
36 || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0)
96 # LC_CTYPE, which is also set at the beginning of the configure script.
98 if (LC_ALL=ja_JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
102 if (LC_ALL=ja_JP.EUC-JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
106 if (LC_ALL=ja_JP.eucJP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
110 if (LC_ALL=ja_JP.EUC LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
114 if (LC_ALL=ja LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
118 if test -f /usr/share/locale/ja_JP.eucJP/LC_CTYPE; then
Dlocale-zh.m434 as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE
37 || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0)
89 if (LC_ALL=Chinese_China.54936 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
106 # LC_CTYPE, which is also set at the beginning of the configure script.
108 if (LC_ALL=zh_CN LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
112 if (LC_ALL=zh_CN.GB18030 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
/external/libcxx/test/std/depr/depr.c.headers/
Dlocale_h.pass.cpp23 #ifndef LC_CTYPE
24 #error LC_CTYPE not defined
/external/libcxx/test/std/localization/c.locales/
Dclocale.pass.cpp25 #ifndef LC_CTYPE
26 #error LC_CTYPE not defined
/external/python/cpython2/Lib/test/
Dtest_locale.py340 locale_type = locale.LC_CTYPE
462 locale.setlocale(locale.LC_CTYPE)
473 self.addCleanup(locale.setlocale, locale.LC_CTYPE, oldlocale)
476 locale.setlocale(locale.LC_CTYPE, loc)
485 locale.setlocale(locale.LC_CTYPE, loc)
498 self.addCleanup(locale.setlocale, locale.LC_CTYPE, oldlocale)
500 user_locale = locale.setlocale(locale.LC_CTYPE, '')
503 user_locale2 = locale.setlocale(locale.LC_CTYPE, unicode_locale)
Dtest___all__.py79 locale_tuple = locale.getlocale(locale.LC_CTYPE)
85 locale.setlocale(locale.LC_CTYPE, locale_tuple)
/external/openssh/
Dutf8.c326 (setlocale(LC_CTYPE, "C.UTF-8") != NULL || in msetlocale()
327 setlocale(LC_CTYPE, "POSIX.UTF-8") != NULL)) in msetlocale()
329 setlocale(LC_CTYPE, "C"); in msetlocale()
333 setlocale(LC_CTYPE, ""); in msetlocale()
/external/openssh/regress/unittests/utf8/
Dtests.c60 loc = setlocale(LC_CTYPE, "en_US.UTF-8"); in tests()
82 loc = setlocale(LC_CTYPE, "C"); in tests()
/external/python/cpython2/Lib/
Dlocale.py54 LC_CTYPE = 0 variable
548 def getlocale(category=LC_CTYPE):
614 oldloc = setlocale(LC_CTYPE)
616 setlocale(LC_CTYPE, "")
620 setlocale(LC_CTYPE, oldloc)
Dre.py238 if loc is None or loc == _locale.setlocale(_locale.LC_CTYPE):
258 loc = _locale.setlocale(_locale.LC_CTYPE)
/external/bison/tests/
Datlocal.in91 LC_CTYPE=C
92 export LC_CTYPE
/external/libcxx/include/support/xlocale/
D__nop_locale_mgmt.h36 #define LC_CTYPE_MASK (1 << LC_CTYPE)
/external/libjpeg-turbo/
Drdjpgcom.c228 setlocale(LC_CTYPE, ""); in process_COM()
266 setlocale(LC_CTYPE, "C"); in process_COM()
/external/e2fsprogs/misc/
Duuidgen.c46 setlocale(LC_CTYPE, ""); in main()
Dmklost+found.c42 setlocale(LC_CTYPE, ""); in main()
Dpartinfo.c35 setlocale(LC_CTYPE, ""); in main()
Dlsattr.c178 setlocale(LC_CTYPE, ""); in main()
/external/curl/tests/
Dtestcurl.pl189 $ENV{LC_CTYPE}="C" if (($ENV{LC_CTYPE}) && ($ENV{LC_CTYPE} !~ /^C$/));
/external/e2fsprogs/lib/ss/
Dmk_cmds.sh.in11 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
/external/libcxx/include/
Dclocale21 LC_CTYPE
/external/python/cpython2/Modules/
Dreadline.c24 # define RESTORE_LOCALE(sl) { setlocale(LC_CTYPE, sl); free(sl); }
908 char *saved_locale = strdup(setlocale(LC_CTYPE, NULL)); in setup_readline()
1128 char *saved_locale = strdup(setlocale(LC_CTYPE, NULL)); in call_readline()
1131 setlocale(LC_CTYPE, ""); in call_readline()
/external/e2fsprogs/lib/et/
Dcompile_et.sh.in20 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
/external/e2fsprogs/tests/
Dtest_config5 unset LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSA…

12345