Searched refs:fInputIdx (Results 1 – 3 of 3) sorted by relevance
2815 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 …]
287 int64_t fInputIdx; // Position of next character in the input string member