Home | History | Annotate | Download | only in js

Lines Matching full:fromcharcode

273           html = (html.substring(0, pos) + String.fromCharCode(codePoint) +
399 var ch = String.fromCharCode(charCode);
560 return '[' + String.fromCharCode(cc & ~32, cc | 32) + ']';
2706 fromCharCode