Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.h100 uint32_t capturingGroupCount_; variable
Dregexp.cpp32 : re_(re), allocator_ {allocator}, iter_(re_.patternStr), capturingGroupCount_(0) in RegExpParser()
242 capturingGroupCount_++; in ParseCapturingGroup()
544 if (decimalValue <= capturingGroupCount_) { in ParseDecimalEscape()