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

/external/chromium/third_party/icu/source/i18n/
H A Dregexcmp.cpp49 fParenStack(status), fSetStack(status), fSetOpStack(status)
374 if (fParenStack.size() > 0) {
396 int32_t savePosition = fParenStack.popi();
410 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus);
416 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus);
451 fParenStack.push(fModeFlags, *fStatus); // Match mode state
452 fParenStack.push(capturing, *fStatus); // Frame type.
453 fParenStack.push(fRXPat->fCompiledPat->size()-3, *fStatus); // The first NOP location
454 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The second NOP loc
474 fParenStack
[all...]
H A Dregexcmp.h173 UVector32 fParenStack; // parentheses stack. Each frame consists of member in class:RegexCompile
/external/icu4c/i18n/
H A Dregexcmp.cpp52 fParenStack(status), fSetStack(status), fSetOpStack(status)
381 if (fParenStack.size() > 0) {
403 int32_t savePosition = fParenStack.popi();
417 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus);
423 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus);
458 fParenStack.push(fModeFlags, *fStatus); // Match mode state
459 fParenStack.push(capturing, *fStatus); // Frame type.
460 fParenStack.push(fRXPat->fCompiledPat->size()-3, *fStatus); // The first NOP location
461 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The second NOP loc
481 fParenStack
[all...]
H A Dregexcmp.h172 UVector32 fParenStack; // parentheses stack. Each frame consists of member in class:RegexCompile

Completed in 38 milliseconds