Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexcmp.h186 int32_t fMatchCloseParen; // The position in the pattern of the first variable
Dregexcmp.cpp73 fMatchCloseParen = -1; in RegexCompile()
1941 if (fMatchCloseParen > where) { in insertOp()
1942 fMatchCloseParen++; in insertOp()
1973 if (fRXPat->fCompiledPat->size() == fMatchCloseParen) in blockTopLoc()
2196 fMatchCloseParen = fRXPat->fCompiledPat->size(); in handleCloseParen()