Home
last modified time | relevance | path

Searched refs:convertHex (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/parser/
DLexer.h46 static unsigned char convertHex(int c1, int c2);
160 inline unsigned char Lexer::convertHex(int c1, int c2) in convertHex() function
167 return (convertHex(c1, c2) << 8) | convertHex(c3, c4); in convertUnicode()
DLexer.cpp482 record16(convertHex(prev, m_current)); in parseString()
/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalObjectFunctions.cpp88 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()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-146307 (KJS::convertHex):
6651 (Lexer::convertHex):
DChangeLog-2009-06-165648 (JSC::Lexer::convertHex): Moved up higher in the file. Changed to use
5671 * parser/Lexer.h: Renamed yylineno to m_lineNumber. Removed convertHex