Home
last modified time | relevance | path

Searched defs:nextRawCodePoint (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Drulebasedcollator.cpp831 virtual UChar32 nextRawCodePoint() { in nextRawCodePoint() function in __anonce12549f0211::UTF16NFDIterator
883 virtual UChar32 nextRawCodePoint() { in nextRawCodePoint() function in __anonce12549f0211::UTF8NFDIterator
900 virtual UChar32 nextRawCodePoint() { in nextRawCodePoint() function in __anonce12549f0211::FCDUTF8NFDIterator
912 virtual UChar32 nextRawCodePoint() { in nextRawCodePoint() function in __anonce12549f0211::UIterNFDIterator
924 virtual UChar32 nextRawCodePoint() { in nextRawCodePoint() function in __anonce12549f0211::FCDUIterNFDIterator
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DRuleBasedCollator.java1556 protected abstract int nextRawCodePoint(); in nextRawCodePoint() method in RuleBasedCollator.NFDIterator
1571 protected int nextRawCodePoint() { in nextRawCodePoint() method in RuleBasedCollator.UTF16NFDIterator