Searched refs:fExtra (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/i18n/
H A Drematch.cpp355 e = fFrame->fExtra[groupOffset + 1];
1090 s = fFrame->fExtra[groupOffset];
1613 // fp->fExtra[opValue] - The start of a completed capture group
1619 fp->fExtra[opValue+2] = fp->fInputIdx;
1625 U_ASSERT(fp->fExtra[opValue+2] >= 0); // Start pos for this group must be set.
1626 fp->fExtra[opValue] = fp->fExtra[opValue+2]; // Tentative start becomes real.
1627 fp->fExtra[opValue+1] = fp->fInputIdx; // End position
1628 U_ASSERT(fp->fExtra[opValue] <= fp->fExtra[opValu
[all...]
H A Dregeximp.h284 int32_t fExtra[2]; // Extra state, for capture group start/ends member in struct:REStackFrame
/external/skia/src/core/
H A DSkStroke.cpp90 fOuter.addPath(fExtra);
108 SkPath fExtra; // added as extra complete contours member in class:SkPathStroker
395 fExtra.addCircle(tmp[2].fX, tmp[2].fY, fRadius,
476 fExtra.addCircle(p.fX, p.fY, fRadius, SkPath::kCW_Direction);

Completed in 77 milliseconds