Home
last modified time | relevance | path

Searched refs:nextRawCodePoint (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Drulebasedcollator.cpp798 return nextRawCodePoint(); in nextCodePoint()
819 virtual UChar32 nextRawCodePoint() = 0;
831 virtual UChar32 nextRawCodePoint() { in nextRawCodePoint() function in __anonf104eaff0211::UTF16NFDIterator
883 virtual UChar32 nextRawCodePoint() { in nextRawCodePoint() function in __anonf104eaff0211::UTF8NFDIterator
900 virtual UChar32 nextRawCodePoint() { in nextRawCodePoint() function in __anonf104eaff0211::FCDUTF8NFDIterator
912 virtual UChar32 nextRawCodePoint() { in nextRawCodePoint() function in __anonf104eaff0211::UIterNFDIterator
924 virtual UChar32 nextRawCodePoint() { in nextRawCodePoint() function in __anonf104eaff0211::FCDUIterNFDIterator
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DRuleBasedCollator.java1517 return nextRawCodePoint(); in nextCodePoint()
1538 protected abstract int nextRawCodePoint(); in nextRawCodePoint() method in RuleBasedCollator.NFDIterator
1553 protected int nextRawCodePoint() { in nextRawCodePoint() method in RuleBasedCollator.UTF16NFDIterator
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedCollator.java1478 return nextRawCodePoint(); in nextCodePoint()
1499 protected abstract int nextRawCodePoint(); in nextRawCodePoint() method in RuleBasedCollator.NFDIterator
1514 protected int nextRawCodePoint() { in nextRawCodePoint() method in RuleBasedCollator.UTF16NFDIterator