Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp3674 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchAt() local
3675 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()
3690 if (utext_getNativeIndex(fAltInputText) >= groupEndIdx) { in MatchAt()
3721 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchAt() local
3722 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()
3739 … if (!captureGroupItr.inExpansion() && utext_getNativeIndex(fAltInputText) >= groupEndIdx) { in MatchAt()
5204 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchChunkAt() local
5205 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchChunkAt()
5213 … for (int64_t groupIndex = groupStartIdx; groupIndex < groupEndIdx; ++groupIndex,++inputIndex) { in MatchChunkAt()
5236 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchChunkAt() local
[all …]