Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp562 if (!ParseGroupSpecifier(pp, name)) { in ParseAssertionCapture()
798 bool RegExpParser::ParseGroupSpecifier(const uint8_t **pp, CString &name) in ParseGroupSpecifier() function in panda::ecmascript::RegExpParser
864 if (ParseGroupSpecifier(&p, name)) { in ParseCaptureCount()
1016 if (!ParseGroupSpecifier(pp, name)) { in ParseAtomEscape()
Dregexp_parser.h99 bool ParseGroupSpecifier(const uint8_t **pp, CString &name);