Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp3636 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchAt() local
3638 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()
3639 if (groupStartIdx < 0) { in MatchAt()
3644 UTEXT_SETNATIVEINDEX(fAltInputText, groupStartIdx); in MatchAt()
3683 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchAt() local
3685 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()
3686 if (groupStartIdx < 0) { in MatchAt()
3691 utext_setNativeIndex(fAltInputText, groupStartIdx); in MatchAt()
5117 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchChunkAt() local
5119 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchChunkAt()
[all …]