/third_party/node/deps/npm/node_modules/iconv-lite/encodings/ |
D | dbcs-codec.js | 98 if (typeof codecOptions.gb18030 === 'function') { 99 this.gb18030 = codecOptions.gb18030(); // Load GB18030 ranges. 280 this.gb18030 = codec.gb18030; 284 var newBuf = Buffer.alloc(str.length * (this.gb18030 ? 4 : 3)), 366 if (dbcsCode == UNASSIGNED && this.gb18030) { 368 var idx = findIdx(this.gb18030.uChars, uCode); 370 var dbcsCode = this.gb18030.gbChars[idx] + (uCode - this.gb18030.uChars[idx]); 449 this.gb18030 = codec.gb18030; 480 var idx = findIdx(this.gb18030.gbChars, ptr); 481 uCode = this.gb18030.uChars[idx] + ptr - this.gb18030.gbChars[idx];
|
D | dbcs-data.js | 106 gb18030: function() { return require('./tables/gb18030-ranges.json') }, method
|
/third_party/flutter/skia/third_party/externals/icu/patches/ |
D | gb_table.patch | 1 diff --git a/source/data/mappings/gb18030.ucm b/source/data/mappings/gb18030.ucm 3 --- a/source/data/mappings/gb18030.ucm 4 +++ b/source/data/mappings/gb18030.ucm
|
/third_party/skia/third_party/externals/icu/patches/ |
D | gb_table.patch | 1 diff --git a/source/data/mappings/gb18030.ucm b/source/data/mappings/gb18030.ucm 3 --- a/source/data/mappings/gb18030.ucm 4 +++ b/source/data/mappings/gb18030.ucm
|
/third_party/python/Modules/cjkcodecs/ |
D | _codecs_cn.c | 186 ENCODER(gb18030) in ENCODER() argument 265 DECODER(gb18030) in DECODER() argument 466 CODEC_STATELESS(gb18030)
|
/third_party/skia/third_party/externals/icu/scripts/ |
D | data_files_to_preserve.txt | 4 mappings/gb18030.ucm
|
/third_party/flutter/skia/third_party/externals/icu/source/data/mappings/ |
D | ucmcore.mk | 27 ibm-1383_P110-1999.ucm ibm-1386_P100-2001.ucm gb18030.ucm\
|
D | ucmlocal.mk | 38 windows-936-2000.ucm gb18030.ucm big5-html.ucm\
|
D | convrtrs.txt | 381 gb18030 { IANA* } gb18030 { HTML* MIME* }
|
/third_party/skia/third_party/externals/icu/source/data/mappings/ |
D | ucmcore.mk | 27 ibm-1383_P110-1999.ucm ibm-1386_P100-2001.ucm gb18030.ucm\
|
D | convrtrs.txt | 381 gb18030 { IANA* } gb18030 { HTML* MIME* }
|
/third_party/icu/icu4c/source/data/mappings/ |
D | ucmcore.mk | 27 ibm-1383_P110-1999.ucm ibm-1386_P100-2001.ucm gb18030.ucm\
|
D | convrtrs.txt | 369 gb18030 { IANA* } ibm-1392 { IBM* } windows-54936 { WINDOWS* } GB18030 { MIME* } 1037 …x-IBM935 { JAVA } # China EBCDIC MIXED. Need to use Unicode, ibm-1388 or gb18030 instead because i…
|
/third_party/flutter/skia/third_party/externals/icu/scripts/ |
D | data_files_to_preserve.txt | 9 mappings/gb18030.ucm
|
/third_party/musl/porting/liteos_m/kernel/src/locale/ |
D | iconv.c | 73 static const unsigned short gb18030[126][190] = { variable 432 if (gb18030[i][j]-d <= c-d) in iconv() 441 c = gb18030[c][d]; in iconv()
|
/third_party/musl/src/locale/ |
D | iconv.c | 73 static const unsigned short gb18030[126][190] = { variable 431 if (gb18030[i][j]-d <= c-d) in iconv() 440 c = gb18030[c][d]; in iconv()
|
/third_party/musl/porting/uniproton/kernel/src/locale/ |
D | iconv.c | 73 static const unsigned short gb18030[126][190] = { variable 432 if (gb18030[i][j]-d <= c-d) in iconv() 441 c = gb18030[c][d]; in iconv()
|
/third_party/skia/third_party/externals/icu/ |
D | README.chromium | 130 - gb18030.ucm and windows-936.ucm 133 a. Map \xA3\xA0 to U+3000 instead of U+E5E5 in gb18030 and windows-936 per
|
/third_party/flutter/skia/third_party/externals/icu/ |
D | README.chromium | 131 - gb18030.ucm and windows-936.ucm 134 a. Map \xA3\xA0 to U+3000 instead of U+E5E5 in gb18030 and windows-936 per
|
/third_party/icu/icu4c/source/test/testdata/ |
D | conversion.txt | 98 "gb18030", 112 "gb18030", 822 { // Verify gb18030 enumeration 823 "gb18030", 1759 "gb18030", 1821 "gb18030",
|
/third_party/flutter/skia/third_party/externals/icu/flutter/ |
D | flutter-removed-resources.txt | 415 gb18030.cnv
|
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/ |
D | howExpensiveIs.cpp | 739 OpenCloseTest(gb18030,ucnv,open,{},("gb18030",&setupStatus),{})
|
/third_party/python/Doc/library/ |
D | codecs.rst | 1133 | gb18030 | gb18030-2000 | Unified Chinese |
|
/third_party/node/doc/api/ |
D | util.md | 1174 | `'gb18030'` | |
|
/third_party/python/Doc/whatsnew/ |
D | 2.4.rst | 1011 * Chinese (PRC): gb2312, gbk, gb18030, big5hkscs, hz
|