Home
last modified time | relevance | path

Searched refs:gb18030 (Results 1 – 25 of 29) sorted by relevance

12

/third_party/node/deps/npm/node_modules/iconv-lite/encodings/
Ddbcs-codec.js98 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];
Ddbcs-data.js106 gb18030: function() { return require('./tables/gb18030-ranges.json') }, method
/third_party/flutter/skia/third_party/externals/icu/patches/
Dgb_table.patch1 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/
Dgb_table.patch1 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.c186 ENCODER(gb18030) in ENCODER() argument
265 DECODER(gb18030) in DECODER() argument
466 CODEC_STATELESS(gb18030)
/third_party/skia/third_party/externals/icu/scripts/
Ddata_files_to_preserve.txt4 mappings/gb18030.ucm
/third_party/flutter/skia/third_party/externals/icu/source/data/mappings/
Ducmcore.mk27 ibm-1383_P110-1999.ucm ibm-1386_P100-2001.ucm gb18030.ucm\
Ducmlocal.mk38 windows-936-2000.ucm gb18030.ucm big5-html.ucm\
Dconvrtrs.txt381 gb18030 { IANA* } gb18030 { HTML* MIME* }
/third_party/skia/third_party/externals/icu/source/data/mappings/
Ducmcore.mk27 ibm-1383_P110-1999.ucm ibm-1386_P100-2001.ucm gb18030.ucm\
Dconvrtrs.txt381 gb18030 { IANA* } gb18030 { HTML* MIME* }
/third_party/icu/icu4c/source/data/mappings/
Ducmcore.mk27 ibm-1383_P110-1999.ucm ibm-1386_P100-2001.ucm gb18030.ucm\
Dconvrtrs.txt369 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/
Ddata_files_to_preserve.txt9 mappings/gb18030.ucm
/third_party/musl/porting/liteos_m/kernel/src/locale/
Diconv.c73 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/
Diconv.c73 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/
Diconv.c73 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/
DREADME.chromium130 - 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/
DREADME.chromium131 - 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/
Dconversion.txt98 "gb18030",
112 "gb18030",
822 { // Verify gb18030 enumeration
823 "gb18030",
1759 "gb18030",
1821 "gb18030",
/third_party/flutter/skia/third_party/externals/icu/flutter/
Dflutter-removed-resources.txt415 gb18030.cnv
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/
DhowExpensiveIs.cpp739 OpenCloseTest(gb18030,ucnv,open,{},("gb18030",&setupStatus),{})
/third_party/python/Doc/library/
Dcodecs.rst1133 | gb18030 | gb18030-2000 | Unified Chinese |
/third_party/node/doc/api/
Dutil.md1174 | `'gb18030'` | |
/third_party/python/Doc/whatsnew/
D2.4.rst1011 * Chinese (PRC): gb2312, gbk, gb18030, big5hkscs, hz

12