Home
last modified time | relevance | path

Searched refs:ParseUnicodeEscape (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp320 return ParseUnicodeEscape(); in ParseClassAtom()
467 ParseUnicodeEscape(); in ParseAtomEscape()
628 uint32_t RegExpParser::ParseUnicodeEscape() in ParseUnicodeEscape() function in panda::es2panda::lexer::RegExpParser
846 cp = ParseUnicodeEscape(); in ParseIdent()
871 cp = ParseUnicodeEscape(); in ParseIdent()
Dregexp.h77 uint32_t ParseUnicodeEscape();
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
Dregexp.cpp330 return ParseUnicodeEscape(); in ParseClassAtom()
479 ParseUnicodeEscape(); in ParseAtomEscapeSwitch()
637 uint32_t RegExpParser::ParseUnicodeEscape() in ParseUnicodeEscape() function in ark::es2panda::lexer::RegExpParser
876 cp = ParseUnicodeEscape(); in ParseIdent()
901 cp = ParseUnicodeEscape(); in ParseIdent()
Dregexp.h83 uint32_t ParseUnicodeEscape();
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_parser.h95 bool ParseUnicodeEscape(uint32_t *value);
Dregexp_parser.cpp242 bool RegExpParser::ParseUnicodeEscape(uint32_t *value) in ParseUnicodeEscape() function in ark::RegExpParser
870 if (!ParseUnicodeEscape(&c)) { in ParseGroupSpecifier()
1230 if (ParseUnicodeEscape(&result)) { in ParseCharacterEscape()
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.h121 bool ParseUnicodeEscape(uint32_t *value);
Dregexp_parser.cpp269 bool RegExpParser::ParseUnicodeEscape(uint32_t *value) in ParseUnicodeEscape() function in panda::ecmascript::RegExpParser
933 if (!ParseUnicodeEscape(&c)) { in ParseGroupSpecifier()
1298 if (ParseUnicodeEscape(&result)) { in ParseCharacterEscape()