Home
last modified time | relevance | path

Searched refs:dec2char (Results 1 - 5 of 5) sorted by relevance

/third_party/node/test/fixtures/wpt/encoding/legacy-mb-japanese/iso-2022-jp/
H A Diso2022jp-decoder.js1 function dec2char(n) { function
11 } else out = "dec2char error: Code point out of range: " + n;
57 out += dec2char(byte);
74 out += dec2char(0xa5);
78 out += dec2char(0x203e);
90 out += dec2char(byte);
107 out += dec2char(0xff61 + byte - 0x21);
149 out += dec2char(cp);
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/
H A Dsjis-decoder.js1 function dec2char(n) { function
11 } else out = "dec2char error: Code point out of range: " + n;
50 out += dec2char(0xe000 + ptr - 8836);
62 out += dec2char(cp);
66 out += dec2char(byte);
70 out += dec2char(0xff61 + byte - 0xa1);
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/
H A Deucjp-decoder.js1 function dec2char(n) { function
11 } else out = "dec2char error: Code point out of range: " + n;
43 out += dec2char(0xff61 + byte - 0xa1);
67 out += dec2char(cp);
75 out += dec2char(byte);
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/
H A Deuckr-decoder.js1 function dec2char(n) { function
11 } else out = "dec2char error: Code point out of range: " + n;
53 out += dec2char(cp);
57 out += dec2char(byte);
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/
H A Dbig5-decoder.js1 function dec2char(n) { function
11 } else out = "dec2char error: Code point out of range: " + n;
72 out += dec2char(cp);
76 out += dec2char(byte);

Completed in 2 milliseconds