Home | History | Annotate | Download | only in i18n

Lines Matching refs:fScanIndex

62     fScanIndex        = 0;
3579 utext_extract(fRXPat->fPattern, fScanIndex-U_PARSE_CONTEXT_LEN+1, fScanIndex, fParseErr->preContext, U_PARSE_CONTEXT_LEN, &status);
3580 utext_extract(fRXPat->fPattern, fScanIndex, fScanIndex+U_PARSE_CONTEXT_LEN-1, fParseErr->postContext, U_PARSE_CONTEXT_LEN, &status);
3676 fScanIndex = UTEXT_GETNATIVEINDEX(fRXPat->fPattern);
3956 int64_t savedScanIndex = fScanIndex;
4008 fScanIndex = savedScanIndex;