Searched refs:fInputIdx (Results 1 – 2 of 2) sorted by relevance
2786 fp->fInputIdx = startIdx; in MatchAt()2804 UTEXT_SETNATIVEINDEX(fInputText, fp->fInputIdx); in MatchAt()2805 printf("inputIdx=%ld inputChar=%x sp=%3ld activeLimit=%ld ", fp->fInputIdx, in MatchAt()2828 if (fp->fInputIdx < fActiveLimit) { in MatchAt()2829 UTEXT_SETNATIVEINDEX(fInputText, fp->fInputIdx); in MatchAt()2832 fp->fInputIdx = UTEXT_GETNATIVEINDEX(fInputText); in MatchAt()2858 UTEXT_SETNATIVEINDEX(fInputText, fp->fInputIdx); in MatchAt()2877 fp->fInputIdx = UTEXT_GETNATIVEINDEX(fInputText); in MatchAt()2893 if (toEnd && fp->fInputIdx != fActiveLimit) { in MatchAt()2908 fp->fExtra[opValue+2] = fp->fInputIdx; in MatchAt()[all …]
285 int64_t fInputIdx; // Position of next character in the input string member