Home
last modified time | relevance | path

Searched refs:jis0208CPs (Results 1 - 2 of 2) sorted by relevance

/third_party/node/test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/
H A Deucjp-encoder.js1 var jis0208CPs = []; // index is unicode cp, value is pointer variable
3 if (jis0208[p] != null && jis0208CPs[jis0208[p]] == null) {
4 jis0208CPs[jis0208[p]] = p;
76 var ptr = jis0208CPs[cp];
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-japanese/iso-2022-jp/
H A Diso2022jp-encoder.js3 var jis0208CPs = []; // index is unicode cp, value is pointer variable
5 if (jis0208[p] != null && jis0208CPs[jis0208[p]] == null) {
6 jis0208CPs[jis0208[p]] = p;
184 ptr = jis0208CPs[cp];

Completed in 2 milliseconds