Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp3675 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchAt() local
3676 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()
3691 if (utext_getNativeIndex(fAltInputText) >= groupEndIdx) { in MatchAt()
3722 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchAt() local
3723 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()
3740 … if (!captureGroupItr.inExpansion() && utext_getNativeIndex(fAltInputText) >= groupEndIdx) { in MatchAt()
5208 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchChunkAt() local
5209 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchChunkAt()
5217 … for (int64_t groupIndex = groupStartIdx; groupIndex < groupEndIdx; ++groupIndex,++inputIndex) { in MatchChunkAt()
5228 … if (success && groupStartIdx < groupEndIdx && U16_IS_LEAD(inputBuf[groupEndIdx-1]) && in MatchChunkAt()
[all …]