Searched refs:backSearchIndex (Results 1 – 1 of 1) sorted by relevance
2738 …int64_t backSearchIndex = U_INT64_MAX; // used after greedy single-character matches for searc… in MatchAt() local4216 backSearchIndex = fp->fExtra[opValue]; in MatchAt()4217 U_ASSERT(backSearchIndex <= fp->fInputIdx); in MatchAt()4218 if (backSearchIndex == fp->fInputIdx) { in MatchAt()4236 fp->fInputIdx > backSearchIndex && in MatchAt()4304 …int32_t backSearchIndex = INT32_MAX; // used after greedy single-character matches for searchi… in MatchChunkAt() local5717 backSearchIndex = (int32_t)fp->fExtra[opValue]; in MatchChunkAt()5718 U_ASSERT(backSearchIndex <= fp->fInputIdx); in MatchChunkAt()5719 if (backSearchIndex == fp->fInputIdx) { in MatchChunkAt()5735 fp->fInputIdx > backSearchIndex && in MatchChunkAt()