Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.h200 int32_t fMatchCloseParen; // The position in the pattern of the first variable
Dregexcmp.cpp72 fMatchCloseParen = -1; in RegexCompile()
2046 if (fMatchCloseParen > where) { in insertOp()
2047 fMatchCloseParen++; in insertOp()
2130 if (fRXPat->fCompiledPat->size() == fMatchCloseParen) in blockTopLoc()
2352 fMatchCloseParen = fRXPat->fCompiledPat->size(); in handleCloseParen()
2489 if (fMatchCloseParen >= topOfBlock) { in compileInlineInterval()
2490 fMatchCloseParen = -1; in compileInlineInterval()