Lines Matching refs:Unicode
35 bool RegExpParser::Unicode() const in Unicode() function in ark::es2panda::lexer::RegExpParser
194 return Unicode(); in ParseAlternativeCharLeftParen()
280 if (Unicode()) { in ParseControlEscape()
303 if (!Unicode()) { in ParseClassAtom()
326 if (!Unicode() && Peek() == LEX_CHAR_LEFT_BRACE) { in ParseClassAtom()
334 if (!Unicode()) { in ParseClassAtom()
371 if (Unicode() && !IsSyntaxCharacter(cp) && cp != LEX_CHAR_SLASH) { in ParseClassAtom()
414 if (Unicode()) { in ParseCharacterClass()
433 if (!Unicode()) { in IsSyntaxCharacter()
518 if (Unicode() && !IsSyntaxCharacter(cp) && cp != LEX_CHAR_SLASH) { in ParseAtomEscapeSwitch()
537 if (Unicode()) { in ParseDecimalEscape()
560 if (Unicode()) { in ParseDecimalEscape()
683 if (!Unicode()) { in ParseUnicodePropertyEscape()
710 if (!Unicode() && groupNames_.empty()) { in ParseNamedBackreference()
724 ValidateNamedBackreference(Unicode()); in ParseNamedBackreference()
872 if (!Unicode() && Peek() == LEX_CHAR_LEFT_BRACE) { in ParseIdent()
897 if (!Unicode() && Peek() == LEX_CHAR_LEFT_BRACE) { in ParseIdent()