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

/httpd/docs/manual/style/scripts/
H A Dprettify.js286 return parseInt(charsetPart.substring(1), 8);
288 return parseInt(charsetPart.substring(2), 16);
H A Dprettify.min.js5 var c1=charsetPart.charAt(1);cc0=escapeCharToCodeUnit[c1];if(cc0){return cc0;}else if('0'<=c1&&c1<='7'){return parseInt(charsetPart.substring(1),8);}else if(c1==='u'||c1==='x'){return parseInt(charsetPart.substring(2),16);}else{return charsetPart.charCodeAt(1);}}

Completed in 2115 milliseconds