Searched refs:parseHex (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
H A Ditspoof.cpp280 static UnicodeString parseHex(const UnicodeString &in) { function
370 UnicodeString from = parseHex(parseLine.group(1, status));
378 UnicodeString rawExpected = parseHex(parseLine.group(2, status));
/external/webkit/Source/JavaScriptCore/parser/
H A DLexer.h114 ALWAYS_INLINE void parseHex(double& returnValue);
H A DLexer.cpp545 ALWAYS_INLINE void Lexer::parseHex(double& returnValue) function in class:JSC::Lexer
990 parseHex(lvalp->doubleValue);

Completed in 49 milliseconds