Home
last modified time | relevance | path

Searched refs:gb2312 (Results 1 – 18 of 18) sorted by relevance

/third_party/python/Modules/cjkcodecs/
D_codecs_cn.c36 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.c563 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/
DkeyTypeData.txt130 gb2312han{"gb2312"}
/third_party/icu/icu4c/source/data/misc/
DkeyTypeData.txt133 gb2312han{"gb2312"}
/third_party/skia/third_party/externals/icu/source/data/misc/
DkeyTypeData.txt133 gb2312han{"gb2312"}
/third_party/python/Doc/library/
Dunicodedata.rst125 sets (e.g. gb2312).
Dcodecs.rst1126 | gb2312 | chinese, csiso58gb231280, | Simplified Chinese |
1128 | | gb2312-1980, gb2312-80, | |
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/
Dsv.txt901 gb2312han{"gb2312-sorteringsordning"}
/third_party/skia/third_party/externals/icu/source/data/lang/
Dsv.txt927 gb2312han{"gb2312-sorteringsordning"}
/third_party/icu/icu4c/source/data/lang/
Dsv.txt927 gb2312han{"gb2312-sorteringsordning"}
/third_party/icu/icu4c/source/data/mappings/
Dconvrtrs.txt705 # Java has two different tables for ibm-1383 and gb2312. We pick closest set for tagging.
723 gb2312-1980
Dwindows-936-2000.ucm26 # Encoding name: gb2312
/third_party/node/doc/api/
Dutil.md1173 | `'gbk'` | `'chinese'`, `'csgb2312'`, `'csiso58gb231280'`, `'gb2312'`, `'gb_2312'`, `'g…
/third_party/python/Doc/whatsnew/
D2.4.rst1011 * Chinese (PRC): gb2312, gbk, gb18030, big5hkscs, hz
D3.3.rst996 byte of an invalid byte sequence. For example, ``b'\xff\n'.decode('gb2312',
/third_party/flutter/skia/third_party/externals/icu/source/data/mappings/
Dwindows-936-2000.ucm24 # Encoding name: gb2312
/third_party/skia/third_party/externals/icu/source/data/mappings/
Dwindows-936-2000.ucm24 # Encoding name: gb2312
/third_party/python/Misc/
DHISTORY9398 b'\xff\n'.decode('gb2312', 'replace') gives '\ufffd\n' instead of '\ufffd'.