Searched refs:CaseFoldingUCharIterator (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dregeximp.cpp65 CaseFoldingUCharIterator::CaseFoldingUCharIterator(const UChar *chars, int64_t start, int64_t limit) : function in class:CaseFoldingUCharIterator
71 CaseFoldingUCharIterator::~CaseFoldingUCharIterator() {}
74 UChar32 CaseFoldingUCharIterator::next() {
108 UBool CaseFoldingUCharIterator::inExpansion() {
112 int64_t CaseFoldingUCharIterator::getIndex() {
H A Dregeximp.h396 class CaseFoldingUCharIterator: public UMemory { class in inherits:UMemory
398 CaseFoldingUCharIterator(const UChar *chars, int64_t start, int64_t limit);
399 ~CaseFoldingUCharIterator();
H A Drematch.cpp5122 CaseFoldingUCharIterator captureGroupItr(inputBuf, groupStartIdx, groupEndIdx);
5123 CaseFoldingUCharIterator inputItr(inputBuf, fp->fInputIdx, fActiveLimit);
5259 CaseFoldingUCharIterator inputIterator(inputBuf, fp->fInputIdx, fActiveLimit);

Completed in 77 milliseconds