Searched refs:fInputIdx (Results 1 – 2 of 2) sorted by relevance
2787 fp->fInputIdx = startIdx; in MatchAt()2805 UTEXT_SETNATIVEINDEX(fInputText, fp->fInputIdx); in MatchAt()2806 printf("inputIdx=%ld inputChar=%x sp=%3ld activeLimit=%ld ", fp->fInputIdx, in MatchAt()2829 if (fp->fInputIdx < fActiveLimit) { in MatchAt()2830 UTEXT_SETNATIVEINDEX(fInputText, fp->fInputIdx); in MatchAt()2833 fp->fInputIdx = UTEXT_GETNATIVEINDEX(fInputText); in MatchAt()2859 UTEXT_SETNATIVEINDEX(fInputText, fp->fInputIdx); in MatchAt()2878 fp->fInputIdx = UTEXT_GETNATIVEINDEX(fInputText); in MatchAt()2894 if (toEnd && fp->fInputIdx != fActiveLimit) { in MatchAt()2909 fp->fExtra[opValue+2] = fp->fInputIdx; in MatchAt()[all …]
287 int64_t fInputIdx; // Position of next character in the input string member