Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp3686 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchAt() local
3688 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()
3689 if (groupStartIdx < 0) { in MatchAt()
3694 UTEXT_SETNATIVEINDEX(fAltInputText, groupStartIdx); in MatchAt()
3733 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchAt() local
3735 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()
3736 if (groupStartIdx < 0) { in MatchAt()
3741 utext_setNativeIndex(fAltInputText, groupStartIdx); in MatchAt()
5229 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchChunkAt() local
5231 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchChunkAt()
[all …]