Searched refs:fInputIdx (Results 1 – 2 of 2) sorted by relevance
2793 fp->fInputIdx = startIdx; in MatchAt()2811 UTEXT_SETNATIVEINDEX(fInputText, fp->fInputIdx); in MatchAt()2812 printf("inputIdx=%ld inputChar=%x sp=%3ld activeLimit=%ld ", fp->fInputIdx, in MatchAt()2835 if (fp->fInputIdx < fActiveLimit) { in MatchAt()2836 UTEXT_SETNATIVEINDEX(fInputText, fp->fInputIdx); in MatchAt()2839 fp->fInputIdx = UTEXT_GETNATIVEINDEX(fInputText); in MatchAt()2865 UTEXT_SETNATIVEINDEX(fInputText, fp->fInputIdx); in MatchAt()2884 fp->fInputIdx = UTEXT_GETNATIVEINDEX(fInputText); in MatchAt()2900 if (toEnd && fp->fInputIdx != fActiveLimit) { in MatchAt()2915 fp->fExtra[opValue+2] = fp->fInputIdx; in MatchAt()[all …]
285 int64_t fInputIdx; // Position of next character in the input string member