Home
last modified time | relevance | path

Searched refs:hkscs (Results 1 – 10 of 10) sorted by relevance

/third_party/node/test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/
Dbig5-encode-form-big5-hkscs.html.headers1 Content-Type: text/html; charset=big5-hkscs
Dbig5_chars-big5-hkscs.html.headers1 Content-Type: text/html; charset=big5-hkscs
/third_party/musl/porting/liteos_m/kernel/src/locale/
Diconv.c81 static const unsigned short hkscs[] = { variable
455 c = (hkscs[4867+(c*157+d)/16]>>(c*157+d)%16)%2<<17 in iconv()
456 | hkscs[c*157+d]; in iconv()
/third_party/musl/src/locale/
Diconv.c81 static const unsigned short hkscs[] = { variable
454 c = (hkscs[4867+(c*157+d)/16]>>(c*157+d)%16)%2<<17 in iconv()
455 | hkscs[c*157+d]; in iconv()
/third_party/musl/porting/uniproton/kernel/src/locale/
Diconv.c81 static const unsigned short hkscs[] = { variable
455 c = (hkscs[4867+(c*157+d)/16]>>(c*157+d)%16)%2<<17 in iconv()
456 | hkscs[c*157+d]; in iconv()
/third_party/python/Doc/library/
Dcodecs.rst1027 | big5hkscs | big5-hkscs, hkscs | Traditional Chinese |
/third_party/icu/icu4c/source/test/testdata/
Dconversion.txt816 "big5-hkscs:unicode3.0",
/third_party/node/doc/api/
Dutil.md1175 | `'big5'` | `'big5-hkscs'`, `'cn-big5'`, `'csbig5'`, `'x-x-big5'` |
/third_party/icu/icu4c/source/data/mappings/
Dconvrtrs.txt686 big5-hkscs:unicode3.0
/third_party/musl/
DWHATSNEW1957 - iconv mishandled big5-hkscs characters that map to two unicode chars