Lines Matching refs:codepoints
20 // set up a simple array of unicode codepoints that are not encoded
21 var codepoints = [];
32 codepoints.push(item);
41 for (var x = 0; x < codepoints.length; x++) {
43 String.fromCodePoint(codepoints[x].cp),
44 codepoints[x].expected,
45 codepoints[x].desc +
47 codepoints[x].cp.toString(16).toUpperCase() +
49 String.fromCodePoint(codepoints[x].cp) +
51 codepoints[x].expected