Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp3680 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchAt() local
3682 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()
3683 if (groupStartIdx < 0) { in MatchAt()
3688 UTEXT_SETNATIVEINDEX(fAltInputText, groupStartIdx); in MatchAt()
3727 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchAt() local
3729 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()
3730 if (groupStartIdx < 0) { in MatchAt()
3735 utext_setNativeIndex(fAltInputText, groupStartIdx); in MatchAt()
5214 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchChunkAt() local
5216 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchChunkAt()
[all …]