Searched refs:gb2312 (Results 1 – 18 of 18) sorted by relevance
/third_party/python/Modules/cjkcodecs/ |
D | _codecs_cn.c | 36 else if (TRYMAP_DEC(gb2312, decoded, dc1 ^ 0x80, dc2 ^ 0x80)) { \ 64 ENCODER(gb2312) in ENCODER() argument 96 DECODER(gb2312) in DECODER() argument 109 if (TRYMAP_DEC(gb2312, decoded, c ^ 0x80, INBYTE2 ^ 0x80)) { in DECODER() 443 if (TRYMAP_DEC(gb2312, decoded, c, INBYTE2)) { in DECODER() 457 MAPPING_DECONLY(gb2312) 464 CODEC_STATELESS(gb2312)
|
D | _codecs_iso2022.c | 563 DECMAP(gb2312) in DECMAP() 970 IMPORT_MAP(cn, gb2312, NULL, &gb2312_decmap))) in gb2312_init() 980 if (TRYMAP_DEC(gb2312, u, data[0], data[1])) in gb2312_decoder()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/ |
D | keyTypeData.txt | 130 gb2312han{"gb2312"}
|
/third_party/icu/icu4c/source/data/misc/ |
D | keyTypeData.txt | 133 gb2312han{"gb2312"}
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | keyTypeData.txt | 133 gb2312han{"gb2312"}
|
/third_party/python/Doc/library/ |
D | unicodedata.rst | 125 sets (e.g. gb2312).
|
D | codecs.rst | 1126 | gb2312 | chinese, csiso58gb231280, | Simplified Chinese | 1128 | | gb2312-1980, gb2312-80, | |
|
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/ |
D | sv.txt | 901 gb2312han{"gb2312-sorteringsordning"}
|
/third_party/skia/third_party/externals/icu/source/data/lang/ |
D | sv.txt | 927 gb2312han{"gb2312-sorteringsordning"}
|
/third_party/icu/icu4c/source/data/lang/ |
D | sv.txt | 927 gb2312han{"gb2312-sorteringsordning"}
|
/third_party/icu/icu4c/source/data/mappings/ |
D | convrtrs.txt | 705 # Java has two different tables for ibm-1383 and gb2312. We pick closest set for tagging. 723 gb2312-1980
|
D | windows-936-2000.ucm | 26 # Encoding name: gb2312
|
/third_party/node/doc/api/ |
D | util.md | 1173 | `'gbk'` | `'chinese'`, `'csgb2312'`, `'csiso58gb231280'`, `'gb2312'`, `'gb_2312'`, `'g…
|
/third_party/python/Doc/whatsnew/ |
D | 2.4.rst | 1011 * Chinese (PRC): gb2312, gbk, gb18030, big5hkscs, hz
|
D | 3.3.rst | 996 byte of an invalid byte sequence. For example, ``b'\xff\n'.decode('gb2312',
|
/third_party/flutter/skia/third_party/externals/icu/source/data/mappings/ |
D | windows-936-2000.ucm | 24 # Encoding name: gb2312
|
/third_party/skia/third_party/externals/icu/source/data/mappings/ |
D | windows-936-2000.ucm | 24 # Encoding name: gb2312
|
/third_party/python/Misc/ |
D | HISTORY | 9398 b'\xff\n'.decode('gb2312', 'replace') gives '\ufffd\n' instead of '\ufffd'.
|