Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregeximp.cpp59 UBool CaseFoldingUTextIterator::inExpansion() { in inExpansion() function in CaseFoldingUTextIterator
108 UBool CaseFoldingUCharIterator::inExpansion() { in inExpansion() function in CaseFoldingUCharIterator
Dregeximp.h370 UBool inExpansion(); // True if last char returned from next() and the
395 UBool inExpansion(); // True if last char returned from next() and the
Drematch.cpp3739 … if (!captureGroupItr.inExpansion() && utext_getNativeIndex(fAltInputText) >= groupEndIdx) { in MatchAt()
3743 … if (!inputItr.inExpansion() && utext_getNativeIndex(fInputText) >= fActiveLimit) { in MatchAt()
3756 if (success && inputItr.inExpansion()) { in MatchAt()
3880 … if (!inputIterator.inExpansion() && UTEXT_GETNATIVEINDEX(fInputText) >= fActiveLimit) { in MatchAt()
3892 if (inputIterator.inExpansion()) { in MatchAt()
5269 if (success && inputItr.inExpansion()) { in MatchChunkAt()
5392 if (inputIterator.inExpansion()) { in MatchChunkAt()