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

/external/icu/icu4c/source/i18n/
H A Dregexcmp.h194 int32_t fMatchOpenParen; // The position in the compiled pattern member in class:RegexCompile
H A Dregexcmp.cpp71 fMatchOpenParen = -1;
2049 if (fMatchOpenParen > where) {
2050 fMatchOpenParen++;
2133 theLoc = fMatchOpenParen; // A slot is already reserved for us.
2196 fMatchOpenParen = patIdx;
2220 int32_t captureOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen+1);
2232 int32_t stoOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen+1);
2241 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-5);
2251 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-1);
2260 int32_t saveOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen);
[all...]

Completed in 117 milliseconds