Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drulebasedcollator.cpp800 return nextRawCodePoint(); in nextCodePoint()
821 virtual UChar32 nextRawCodePoint() = 0;
833 virtual UChar32 nextRawCodePoint() { in nextRawCodePoint() function in __anon9205d4c80211::UTF16NFDIterator
885 virtual UChar32 nextRawCodePoint() { in nextRawCodePoint() function in __anon9205d4c80211::UTF8NFDIterator
902 virtual UChar32 nextRawCodePoint() { in nextRawCodePoint() function in __anon9205d4c80211::FCDUTF8NFDIterator
914 virtual UChar32 nextRawCodePoint() { in nextRawCodePoint() function in __anon9205d4c80211::UIterNFDIterator
926 virtual UChar32 nextRawCodePoint() { in nextRawCodePoint() function in __anon9205d4c80211::FCDUIterNFDIterator
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DRuleBasedCollator.java1520 return nextRawCodePoint(); in nextCodePoint()
1541 protected abstract int nextRawCodePoint(); in nextRawCodePoint() method in RuleBasedCollator.NFDIterator
1556 protected int nextRawCodePoint() { in nextRawCodePoint() method in RuleBasedCollator.UTF16NFDIterator
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedCollator.java1483 return nextRawCodePoint(); in nextCodePoint()
1504 protected abstract int nextRawCodePoint(); in nextRawCodePoint() method in RuleBasedCollator.NFDIterator
1519 protected int nextRawCodePoint() { in nextRawCodePoint() method in RuleBasedCollator.UTF16NFDIterator