/prebuilts/gdb/darwin-x86/lib/python2.7/encodings/ |
gb18030.py | 2 # gb18030.py: Python Unicode Codec for GB18030 10 codec = _codecs_cn.getcodec('gb18030') 32 name='gb18030',
|
aliases.py | 233 # gb18030 codec 234 'gb18030_2000' : 'gb18030',
|
/prebuilts/gdb/linux-x86/lib/python2.7/encodings/ |
gb18030.py | 2 # gb18030.py: Python Unicode Codec for GB18030 10 codec = _codecs_cn.getcodec('gb18030') 32 name='gb18030',
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
gb18030.py | 2 # gb18030.py: Python Unicode Codec for GB18030 10 codec = _codecs_cn.getcodec('gb18030') 32 name='gb18030',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
gb18030.py | 2 # gb18030.py: Python Unicode Codec for GB18030 10 codec = _codecs_cn.getcodec('gb18030') 32 name='gb18030',
|
/external/icu/icu4c/source/test/perf/utfperf/ |
UtfPerf.pl | 19 "operationIs"=>"gb18030 encoding string", 33 $p1 = "cd ".$ICUPrevious."/bin && ".$ICUPathPrevious."/utfperf/$WindowsPlatform/Release/utfperf.exe -e gb18030"; # Previous 34 $p2 = "cd ".$ICULatest."/bin && ".$ICUPathLatest."/utfperf/$WindowsPlatform/Release/utfperf.exe -e gb18030"; # Latest 36 $p1 = "LD_LIBRARY_PATH=".$ICUPrevious."/source/lib:".$ICUPrevious."/source/tools/ctestfw ".$ICUPathPrevious."/utfperf/utfperf -e gb18030"; # Previous 37 $p2 = "LD_LIBRARY_PATH=".$ICULatest."/source/lib:".$ICULatest."/source/tools/ctestfw ".$ICUPathLatest."/utfperf/utfperf -e gb18030"; # Latest
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_codecmaps_cn.py | 24 encoding = 'gb18030'
|
test_codecencodings_cn.py | 39 encoding = 'gb18030' 40 tstring = test_multibytecodec_support.load_teststring('gb18030')
|
test_multibytecodec.py | 14 'gb2312', 'gbk', 'gb18030', 'hz', 163 c = codecs.getwriter('gb18030')(s) 214 wr = codecs.getwriter('gb18030')(s)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_codecmaps_cn.py | 24 encoding = 'gb18030'
|
test_codecencodings_cn.py | 39 encoding = 'gb18030' 40 tstring = test_multibytecodec_support.load_teststring('gb18030')
|
test_multibytecodec.py | 14 'gb2312', 'gbk', 'gb18030', 'hz', 163 c = codecs.getwriter('gb18030')(s) 214 wr = codecs.getwriter('gb18030')(s)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_codecmaps_cn.py | 24 encoding = 'gb18030'
|
test_codecencodings_cn.py | 39 encoding = 'gb18030' 40 tstring = test_multibytecodec_support.load_teststring('gb18030')
|
test_multibytecodec.py | 14 'gb2312', 'gbk', 'gb18030', 'hz', 163 c = codecs.getwriter('gb18030')(s) 214 wr = codecs.getwriter('gb18030')(s)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_codecmaps_cn.py | 24 encoding = 'gb18030'
|
test_codecencodings_cn.py | 39 encoding = 'gb18030' 40 tstring = test_multibytecodec_support.load_teststring('gb18030')
|
test_multibytecodec.py | 14 'gb2312', 'gbk', 'gb18030', 'hz', 163 c = codecs.getwriter('gb18030')(s) 214 wr = codecs.getwriter('gb18030')(s)
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
GBCharsetDecoderTest.java | 24 * test gb18030 decoder 29 cs = Charset.forName("gb18030");
|
GBCharsetEncoderTest.java | 24 * test case specific activity of gb18030 charset encoder 29 private static final Charset CS = Charset.forName("gb18030");
|
/external/bison/m4/ |
locale-zh.m4 | 9 dnl Determine the name of a chinese locale with GB18030 encoding. 71 /* Check whether a typical GB18030 multibyte sequence is recognized as a 97 # On Solaris 8, the locales zh_CN.GB18030, zh_CN.GBK, zh.GBK are 99 # Another witness is that "LC_ALL=zh_CN.GB18030 bash -c true" dumps core. 112 if (LC_ALL=zh_CN.GB18030 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 113 gt_cv_locale_zh_CN=zh_CN.GB18030
|
/ndk/sources/android/support/src/musl-locale/ |
iconv.c | 20 #define GB18030 0330 49 "gb18030\0\0\330" 65 static const unsigned short gb18030[126][190] = { variable 66 #include "gb18030.h" 262 case GB18030: 270 if (d-'0'>9 || type != GB18030) 287 if (gb18030[i][j]-d <= c-d) 296 c = gb18030[c][d];
|
/external/icu/icu4c/source/data/mappings/ |
ucmcore.mk | 25 ibm-1383_P110-1999.ucm ibm-1386_P100-2001.ucm gb18030.ucm\
|
/external/bison/lib/ |
mbsinit.c | 44 (This maximum is attained for UTF-8, GB18030, EUC-TW.)
|
/external/skia/gm/ |
verttext.cpp | 35 // : fFace(SkTypeface::CreateFromName("GB18030 Bitmap", SkTypeface::kNormal))
|