Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp3637 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchAt() local
3638 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()
3653 if (utext_getNativeIndex(fAltInputText) >= groupEndIdx) { in MatchAt()
3684 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchAt() local
3685 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()
3702 … if (!captureGroupItr.inExpansion() && utext_getNativeIndex(fAltInputText) >= groupEndIdx) { in MatchAt()
5118 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchChunkAt() local
5119 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchChunkAt()
5127 … for (int64_t groupIndex = groupStartIdx; groupIndex < groupEndIdx; ++groupIndex,++inputIndex) { in MatchChunkAt()
5138 … if (success && groupStartIdx < groupEndIdx && U16_IS_LEAD(inputBuf[groupEndIdx-1]) && in MatchChunkAt()
[all …]