Searched refs:convertHex (Results 1 – 5 of 5) sorted by relevance
46 static unsigned char convertHex(int c1, int c2);160 inline unsigned char Lexer::convertHex(int c1, int c2) in convertHex() function167 return (convertHex(c1, c2) << 8) | convertHex(c3, c4); in convertUnicode()
482 record16(convertHex(prev, m_current)); in parseString()
88 const char b0 = Lexer::convertHex(p[1], p[2]); in decode()97 sequence[i] = Lexer::convertHex(q[1], q[2]); in decode()579 u = UChar(Lexer::convertHex(c[1], c[2])); in globalFuncUnescape()
6307 (KJS::convertHex):6651 (Lexer::convertHex):
5648 (JSC::Lexer::convertHex): Moved up higher in the file. Changed to use5671 * parser/Lexer.h: Renamed yylineno to m_lineNumber. Removed convertHex