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

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSGlobalObjectFunctions.cpp683 UChar convertedUChar; local
686 convertedUChar = Lexer<UChar>::convertUnicode(c[2], c[3], c[4], c[5]);
687 c = &convertedUChar;
691 convertedUChar = UChar(Lexer<UChar>::convertHex(c[1], c[2]));
692 c = &convertedUChar;

Completed in 51 milliseconds