Searched refs:backSearchIndex (Results 1 – 1 of 1) sorted by relevance
2754 …int64_t backSearchIndex = U_INT64_MAX; // used after greedy single-character matches for searc… in MatchAt() local4242 backSearchIndex = fp->fExtra[opValue]; in MatchAt()4243 U_ASSERT(backSearchIndex <= fp->fInputIdx); in MatchAt()4244 if (backSearchIndex == fp->fInputIdx) { in MatchAt()4262 fp->fInputIdx > backSearchIndex && in MatchAt()4330 …int32_t backSearchIndex = INT32_MAX; // used after greedy single-character matches for searchi… in MatchChunkAt() local5744 backSearchIndex = (int32_t)fp->fExtra[opValue]; in MatchChunkAt()5745 U_ASSERT(backSearchIndex <= fp->fInputIdx); in MatchChunkAt()5746 if (backSearchIndex == fp->fInputIdx) { in MatchChunkAt()5762 fp->fInputIdx > backSearchIndex && in MatchChunkAt()