Home | History | Annotate | Download | only in i18n

Lines Matching refs:fMatchOpenParen

72     fMatchOpenParen   = -1;
1944 if (fMatchOpenParen > where) {
1945 fMatchOpenParen++;
1976 theLoc = fMatchOpenParen; // A slot is already reserved for us.
2039 fMatchOpenParen = patIdx;
2063 int32_t captureOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen+1);
2076 int32_t stoOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen+1);
2086 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-5);
2097 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-1);
2109 int32_t saveOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen);
2113 fRXPat->fCompiledPat->setElementAt(saveOp, fMatchOpenParen);
2122 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-4);
2134 int32_t minML = minMatchLength(fMatchOpenParen, patEnd);
2135 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd);
2143 // appears at the top of the look-behind block, at location fMatchOpenParen+1
2144 fRXPat->fCompiledPat->setElementAt(minML, fMatchOpenParen-2);
2145 fRXPat->fCompiledPat->setElementAt(maxML, fMatchOpenParen-1);
2157 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-5);
2167 int32_t minML = minMatchLength(fMatchOpenParen, patEnd);
2168 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd);
2176 // appears at the top of the look-behind block, at location fMatchOpenParen+1
2177 fRXPat->fCompiledPat->setElementAt(minML, fMatchOpenParen-3);
2178 fRXPat->fCompiledPat->setElementAt(maxML, fMatchOpenParen-2);
2183 fRXPat->fCompiledPat->setElementAt(op, fMatchOpenParen-1);