Searched refs:ParseUnicodeEscape (Results 1 – 4 of 4) sorted by relevance
319 return ParseUnicodeEscape(); in ParseClassAtom()466 ParseUnicodeEscape(); in ParseAtomEscape()626 uint32_t RegExpParser::ParseUnicodeEscape() in ParseUnicodeEscape() function in panda::es2panda::lexer::RegExpParser844 cp = ParseUnicodeEscape(); in ParseIdent()869 cp = ParseUnicodeEscape(); in ParseIdent()
76 uint32_t ParseUnicodeEscape();
111 bool ParseUnicodeEscape(uint32_t *value);
179 bool RegExpParser::ParseUnicodeEscape(uint32_t *value) in ParseUnicodeEscape() function in panda::ecmascript::RegExpParser815 if (!ParseUnicodeEscape(&c)) { in ParseGroupSpecifier()1172 if (ParseUnicodeEscape(&result)) { in ParseCharacterEscape()