Home
last modified time | relevance | path

Searched refs:ParseLegacyOctalEscape (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.h73 uint32_t ParseLegacyOctalEscape();
Dregexp.cpp530 return ParseLegacyOctalEscape(); in ParseDecimalEscape()
559 return ParseLegacyOctalEscape(); in ParseDecimalEscape()
562 uint32_t RegExpParser::ParseLegacyOctalEscape() in ParseLegacyOctalEscape() function in panda::es2panda::lexer::RegExpParser