Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Drematch.cpp2053 int32_t groupEndIdx = fp->fExtra[opValue+1]; in MatchAt() local
2054 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()
2055 int32_t len = groupEndIdx-groupStartIdx; in MatchAt()