Home | History | Annotate | Download | only in i18n

Lines Matching refs:fScanIndex

62     fScanIndex        = 0;
3619 utext_extract(fRXPat->fPattern, fScanIndex-U_PARSE_CONTEXT_LEN+1, fScanIndex, fParseErr->preContext, U_PARSE_CONTEXT_LEN, &status);
3620 utext_extract(fRXPat->fPattern, fScanIndex, fScanIndex+U_PARSE_CONTEXT_LEN-1, fParseErr->postContext, U_PARSE_CONTEXT_LEN, &status);
3716 fScanIndex = UTEXT_GETNATIVEINDEX(fRXPat->fPattern);
3997 int64_t savedScanIndex = fScanIndex;
4049 fScanIndex = savedScanIndex;