Searched refs:ParseHexEscape (Results 1 – 2 of 2) sorted by relevance
456 if (ParseHexEscape(2, &value)) { in ParseDisjunction()1110 bool RegExpParser::ParseHexEscape(int length, uc32* value) { in ParseHexEscape() function in v8::internal::RegExpParser1145 bool result = ParseHexEscape(4, value); in ParseUnicodeEscape()1153 if (ParseHexEscape(4, &trail) && in ParseUnicodeEscape()1529 if (ParseHexEscape(2, &value)) return value; in ParseClassCharacterEscape()
177 bool ParseHexEscape(int length, uc32* value);