Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregeximp.cpp60 UBool CaseFoldingUTextIterator::inExpansion() { in inExpansion() function in CaseFoldingUTextIterator
108 UBool CaseFoldingUCharIterator::inExpansion() { in inExpansion() function in CaseFoldingUCharIterator
Dregeximp.h372 UBool inExpansion(); // True if last char returned from next() and the
396 UBool inExpansion(); // True if last char returned from next() and the
Drematch.cpp3752 … if (!captureGroupItr.inExpansion() && utext_getNativeIndex(fAltInputText) >= groupEndIdx) { in MatchAt()
3756 … if (!inputItr.inExpansion() && utext_getNativeIndex(fInputText) >= fActiveLimit) { in MatchAt()
3769 if (success && inputItr.inExpansion()) { in MatchAt()
3893 … if (!inputIterator.inExpansion() && UTEXT_GETNATIVEINDEX(fInputText) >= fActiveLimit) { in MatchAt()
3905 if (inputIterator.inExpansion()) { in MatchAt()
5301 if (success && inputItr.inExpansion()) { in MatchChunkAt()
5424 if (inputIterator.inExpansion()) { in MatchChunkAt()