HomeSort by relevance Sort by last modified time
    Searched defs:CaseFoldingUCharIterator (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
regeximp.cpp 66 CaseFoldingUCharIterator::CaseFoldingUCharIterator(const UChar *chars, int64_t start, int64_t limit) :
71 CaseFoldingUCharIterator::~CaseFoldingUCharIterator() {}
74 UChar32 CaseFoldingUCharIterator::next() {
108 UBool CaseFoldingUCharIterator::inExpansion() {
112 int64_t CaseFoldingUCharIterator::getIndex() {
regeximp.h 389 class CaseFoldingUCharIterator: public UMemory {
391 CaseFoldingUCharIterator(const UChar *chars, int64_t start, int64_t limit);
392 ~CaseFoldingUCharIterator();

Completed in 920 milliseconds