Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexcmp.h187 int32_t fMatchCloseParen; // The position in the pattern of the first variable
Dregexcmp.cpp71 fMatchCloseParen = -1; in RegexCompile()
1989 if (fMatchCloseParen > where) { in insertOp()
1990 fMatchCloseParen++; in insertOp()
2019 if (fRXPat->fCompiledPat->size() == fMatchCloseParen) in blockTopLoc()
2239 fMatchCloseParen = fRXPat->fCompiledPat->size(); in handleCloseParen()