Home
last modified time | relevance | path

Searched defs:isBackward (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_parser.cpp178 void RegExpParser::ParseDisjunction(bool isBackward) in ParseDisjunction()
299 void RegExpParser::ParseAlternativeEscape(bool isBackward, bool &isAtom) in ParseAlternativeEscape()
359 void RegExpParser::ParsePatternCharacter(bool isBackward) in ParsePatternCharacter()
391 void RegExpParser::ParseAlternativeAny(bool isBackward) in ParseAlternativeAny()
409 void RegExpParser::ParseAlternativeRange(bool isBackward) in ParseAlternativeRange()
443 void RegExpParser::ParseAlternativeImpl(bool isBackward, bool &isAtom, int &captureIndex) in ParseAlternativeImpl()
527 void RegExpParser::ParseAlternative(bool isBackward) in ParseAlternative()
580 void RegExpParser::InsertMatchAheadOpCode(bool isBackward) in InsertMatchAheadOpCode()
612 bool RegExpParser::ParseAssertion(bool isBackward, bool &isAtom, bool &parseCapture) in ParseAssertion()
671 bool RegExpParser::ParseAssertionCapture(int *captureIndex, bool isBackward) in ParseAssertionCapture()
[all …]
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp122 void RegExpParser::ParseDisjunction(bool isBackward) in ParseDisjunction()
326 void RegExpParser::ParseAlternative(bool isBackward) in ParseAlternative()
587 bool RegExpParser::ParseAssertionCapture(int *captureIndex, bool isBackward) in ParseAssertionCapture()
1015 int RegExpParser::ParseAtomEscape(bool isBackward) in ParseAtomEscape()