Searched refs:CaseFoldingUCharIterator (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | regeximp.cpp | 66 CaseFoldingUCharIterator::CaseFoldingUCharIterator(const UChar *chars, int64_t start, int64_t limit… in CaseFoldingUCharIterator() function in CaseFoldingUCharIterator 71 CaseFoldingUCharIterator::~CaseFoldingUCharIterator() {} in ~CaseFoldingUCharIterator() 74 UChar32 CaseFoldingUCharIterator::next() { in next() 108 UBool CaseFoldingUCharIterator::inExpansion() { in inExpansion() 112 int64_t CaseFoldingUCharIterator::getIndex() { in getIndex()
|
D | regeximp.h | 389 class CaseFoldingUCharIterator: public UMemory { 391 CaseFoldingUCharIterator(const UChar *chars, int64_t start, int64_t limit); 392 ~CaseFoldingUCharIterator();
|
D | rematch.cpp | 5163 CaseFoldingUCharIterator captureGroupItr(inputBuf, groupStartIdx, groupEndIdx); in MatchChunkAt() 5164 CaseFoldingUCharIterator inputItr(inputBuf, fp->fInputIdx, fActiveLimit); in MatchChunkAt() 5304 CaseFoldingUCharIterator inputIterator(inputBuf, fp->fInputIdx, fActiveLimit); in MatchChunkAt()
|
/external/icu/libicu/cts_headers/ |
D | regeximp.h | 389 class CaseFoldingUCharIterator: public UMemory { 391 CaseFoldingUCharIterator(const UChar *chars, int64_t start, int64_t limit); 392 ~CaseFoldingUCharIterator();
|