Home | History | Annotate | Download | only in docs

Lines Matching full:codepoint

295         var codePoint = parseInt(num, radix);
296 if (!isNaN(codePoint)) {
297 html = (html.substring(0, pos) + String.fromCharCode(codePoint) +