Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp3674 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchAt() local
3676 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()
3677 if (groupStartIdx < 0) { in MatchAt()
3682 UTEXT_SETNATIVEINDEX(fAltInputText, groupStartIdx); in MatchAt()
3721 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchAt() local
3723 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()
3724 if (groupStartIdx < 0) { in MatchAt()
3729 utext_setNativeIndex(fAltInputText, groupStartIdx); in MatchAt()
5207 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchChunkAt() local
5209 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchChunkAt()
[all …]