Searched refs:fInputIdx (Results 1 – 2 of 2) sorted by relevance
2805 fp->fInputIdx = startIdx; in MatchAt()2829 UTEXT_SETNATIVEINDEX(fInputText, fp->fInputIdx); in MatchAt()2830 printf("inputIdx=%d inputChar=%x sp=%3d activeLimit=%d ", fp->fInputIdx, in MatchAt()2853 if (fp->fInputIdx < fActiveLimit) { in MatchAt()2854 UTEXT_SETNATIVEINDEX(fInputText, fp->fInputIdx); in MatchAt()2857 fp->fInputIdx = UTEXT_GETNATIVEINDEX(fInputText); in MatchAt()2883 UTEXT_SETNATIVEINDEX(fInputText, fp->fInputIdx); in MatchAt()2902 fp->fInputIdx = UTEXT_GETNATIVEINDEX(fInputText); in MatchAt()2918 if (toEnd && fp->fInputIdx != fActiveLimit) { in MatchAt()2933 fp->fExtra[opValue+2] = fp->fInputIdx; in MatchAt()[all …]
293 int64_t fInputIdx; // Position of next character in the input string member