Searched refs:fParenStack (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dregexcmp.cpp53 fParenStack(status), fSetStack(status), fSetOpStack(status)
384 if (fParenStack.size() > 0) {
409 int32_t savePosition = fParenStack.popi();
422 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus);
428 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus);
479 fParenStack.push(fModeFlags, *fStatus); // Match mode state
480 fParenStack.push(capturing, *fStatus); // Frame type.
481 fParenStack.push(fRXPat->fCompiledPat->size()-3, *fStatus); // The first NOP location
482 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The second NOP loc
513 fParenStack
[all...]
H A Dregexcmp.h183 UVector32 fParenStack; // parentheses stack. Each frame consists of member in class:RegexCompile

Completed in 57 milliseconds