Home
last modified time | relevance | path

Searched refs:jis0208 (Results 1 – 15 of 15) sorted by relevance

/third_party/node/test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/
Dsjis-encoder.js3 if (jis0208[p] != null && sjisCPs[jis0208[p]] == null) {
4 sjisCPs[jis0208[p]] = p;
7 for (p = 8836; p < jis0208.length; p++) {
8 if (jis0208[p] != null && sjisCPs[jis0208[p]] == null) {
9 sjisCPs[jis0208[p]] = p;
Djis0208_index.js3 var jis0208 = [12288,12289,12290,65292,65294,12539,65306,65307,65311,65281,12443,12444,180,65344,… variable
Dsjis-decoder.js54 else cp = jis0208[ptr];
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/
Deucjp-encoder.js2 for (var p = 0; p < jis0208.length; p++) {
3 if (jis0208[p] != null && jis0208CPs[jis0208[p]] == null) {
4 jis0208CPs[jis0208[p]] = p;
Djis0208_index.js3 var jis0208 = [12288,12289,12290,65292,65294,12539,65306,65307,65311,65281,12443,12444,180,65344,… variable
Deucjp-decoder.js63 else cp = jis0208[ptr];
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-japanese/iso-2022-jp/
Diso2022jp-encoder.js4 for (var p = 0; p < jis0208.length; p++) {
5 if (jis0208[p] != null && jis0208CPs[jis0208[p]] == null) {
6 jis0208CPs[jis0208[p]] = p;
Djis0208_index.js3 var jis0208 = [12288,12289,12290,65292,65294,12539,65306,65307,65311,65281,12443,12444,180,65344,… variable
Diso2022jp-decoder.js144 cp = jis0208[ptr];
/third_party/skia/third_party/externals/icu/scripts/
Deucjp_gen.sh83 index-jis0208.txt
105 wget -N -r -nd https://encoding.spec.whatwg.org/index-jis0208.txt
Dsjis_gen.sh91 index-jis0208.txt
128 wget -N -r -nd https://encoding.spec.whatwg.org/index-jis0208.txt
/third_party/musl/porting/liteos_m/kernel/src/locale/
Diconv.c69 static const unsigned short jis0208[84][94] = { variable
215 d = jis0208[j/256][j%256]; in uni_to_jis()
344 c = jis0208[c][d]; in iconv()
361 c = jis0208[c][d]; in iconv()
394 c = jis0208[c][d]; in iconv()
/third_party/musl/porting/uniproton/kernel/src/locale/
Diconv.c69 static const unsigned short jis0208[84][94] = { variable
215 d = jis0208[j/256][j%256]; in uni_to_jis()
344 c = jis0208[c][d]; in iconv()
361 c = jis0208[c][d]; in iconv()
394 c = jis0208[c][d]; in iconv()
/third_party/musl/src/locale/
Diconv.c69 static const unsigned short jis0208[84][94] = { variable
215 d = jis0208[j/256][j%256]; in uni_to_jis()
343 c = jis0208[c][d]; in iconv()
360 c = jis0208[c][d]; in iconv()
393 c = jis0208[c][d]; in iconv()
/third_party/NuttX/
DLICENSE6622 libs/libc/locale/jis0208.h