Home
last modified time | relevance | path

Searched refs:backSearchIndex (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Drematch.cpp2754 …int64_t backSearchIndex = U_INT64_MAX; // used after greedy single-character matches for searc… in MatchAt() local
4230 backSearchIndex = fp->fExtra[opValue]; in MatchAt()
4231 U_ASSERT(backSearchIndex <= fp->fInputIdx); in MatchAt()
4232 if (backSearchIndex == fp->fInputIdx) { in MatchAt()
4250 fp->fInputIdx > backSearchIndex && in MatchAt()
4318 …int32_t backSearchIndex = INT32_MAX; // used after greedy single-character matches for searchi… in MatchChunkAt() local
5722 backSearchIndex = (int32_t)fp->fExtra[opValue]; in MatchChunkAt()
5723 U_ASSERT(backSearchIndex <= fp->fInputIdx); in MatchChunkAt()
5724 if (backSearchIndex == fp->fInputIdx) { in MatchChunkAt()
5740 fp->fInputIdx > backSearchIndex && in MatchChunkAt()