Home
last modified time | relevance | path

Searched refs:fInputIdx (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Drematch.cpp2815 fp->fInputIdx = startIdx; in MatchAt()
2833 UTEXT_SETNATIVEINDEX(fInputText, fp->fInputIdx); in MatchAt()
2834 printf("inputIdx=%ld inputChar=%x sp=%3ld activeLimit=%ld ", fp->fInputIdx, in MatchAt()
2857 if (fp->fInputIdx < fActiveLimit) { in MatchAt()
2858 UTEXT_SETNATIVEINDEX(fInputText, fp->fInputIdx); in MatchAt()
2861 fp->fInputIdx = UTEXT_GETNATIVEINDEX(fInputText); in MatchAt()
2887 UTEXT_SETNATIVEINDEX(fInputText, fp->fInputIdx); in MatchAt()
2906 fp->fInputIdx = UTEXT_GETNATIVEINDEX(fInputText); in MatchAt()
2922 if (toEnd && fp->fInputIdx != fActiveLimit) { in MatchAt()
2937 fp->fExtra[opValue+2] = fp->fInputIdx; in MatchAt()
[all …]
Dregeximp.h287 int64_t fInputIdx; // Position of next character in the input string member
/external/icu/libicu/cts_headers/
Dregeximp.h287 int64_t fInputIdx; // Position of next character in the input string member