Searched refs:backSearchIndex (Results 1 – 1 of 1) sorted by relevance
2782 …int64_t backSearchIndex = U_INT64_MAX; // used after greedy single-character matches for searc… in MatchAt() local4198 backSearchIndex = fp->fExtra[opValue]; in MatchAt()4199 U_ASSERT(backSearchIndex <= fp->fInputIdx); in MatchAt()4200 if (backSearchIndex == fp->fInputIdx) { in MatchAt()4218 fp->fInputIdx > backSearchIndex && in MatchAt()4286 …int32_t backSearchIndex = INT32_MAX; // used after greedy single-character matches for searchi… in MatchChunkAt() local5638 backSearchIndex = (int32_t)fp->fExtra[opValue]; in MatchChunkAt()5639 U_ASSERT(backSearchIndex <= fp->fInputIdx); in MatchChunkAt()5640 if (backSearchIndex == fp->fInputIdx) { in MatchChunkAt()5656 fp->fInputIdx > backSearchIndex && in MatchChunkAt()