HomeSort by relevance Sort by last modified time
    Searched refs:FullCaseFoldingIterator (Results 1 - 3 of 3) sorted by null

  /external/icu4c/common/
ucase.h 131 class U_COMMON_API FullCaseFoldingIterator {
134 FullCaseFoldingIterator();
141 FullCaseFoldingIterator(const FullCaseFoldingIterator &); // no copy
142 FullCaseFoldingIterator &operator=(const FullCaseFoldingIterator &); // no assignment
ucase.cpp 398 FullCaseFoldingIterator::FullCaseFoldingIterator()
409 FullCaseFoldingIterator::next(UnicodeString &full) {
    [all...]
  /external/icu4c/test/intltest/
strcase.cpp 545 FullCaseFoldingIterator iter;
554 errln("error: FullCaseFoldingIterator.next()=U+%04lX full Case_Folding has at most 1 code point", (long)c);
561 errln("error: FullCaseFoldingIterator.next()=U+%04lX full Case_Folding != cf(c)", (long)c);
570 errln("error: FullCaseFoldingIterator did not yield exactly the expected specific cases");
573 errln("error: FullCaseFoldingIterator yielded only %d (cp, full) pairs", (int)count);

Completed in 468 milliseconds