Home
last modified time | relevance | path

Searched defs:nextCodePoint (Results 1 – 25 of 39) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUForwardCharacterIterator.java90 public int nextCodePoint(); in nextCodePoint() method
DUCharacterIterator.java212 public int nextCodePoint() { in nextCodePoint() method in UCharacterIterator
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DUForwardCharacterIterator.java88 public int nextCodePoint(); in nextCodePoint() method
DUCharacterIterator.java197 public int nextCodePoint() { in nextCodePoint() method in UCharacterIterator
/third_party/skia/third_party/externals/icu/source/i18n/
Duitercollationiterator.cpp61 UIterCollationIterator::nextCodePoint(UErrorCode & /*errorCode*/) { in nextCodePoint() function in UIterCollationIterator
162 FCDUIterCollationIterator::nextCodePoint(UErrorCode &errorCode) { in nextCodePoint() function in FCDUIterCollationIterator
Dutf8collationiterator.cpp95 UTF8CollationIterator::nextCodePoint(UErrorCode & /*errorCode*/) { in nextCodePoint() function in UTF8CollationIterator
265 FCDUTF8CollationIterator::nextCodePoint(UErrorCode &errorCode) { in nextCodePoint() function in FCDUTF8CollationIterator
Dutf16collationiterator.cpp88 UTF16CollationIterator::nextCodePoint(UErrorCode & /*errorCode*/) { in nextCodePoint() function in UTF16CollationIterator
251 FCDUTF16CollationIterator::nextCodePoint(UErrorCode &errorCode) { in nextCodePoint() function in FCDUTF16CollationIterator
/third_party/skia/m133/third_party/externals/icu/source/i18n/
Duitercollationiterator.cpp61 UIterCollationIterator::nextCodePoint(UErrorCode & /*errorCode*/) { in nextCodePoint() function in UIterCollationIterator
162 FCDUIterCollationIterator::nextCodePoint(UErrorCode &errorCode) { in nextCodePoint() function in FCDUIterCollationIterator
Dutf8collationiterator.cpp95 UTF8CollationIterator::nextCodePoint(UErrorCode & /*errorCode*/) { in nextCodePoint() function in UTF8CollationIterator
265 FCDUTF8CollationIterator::nextCodePoint(UErrorCode &errorCode) { in nextCodePoint() function in FCDUTF8CollationIterator
Dutf16collationiterator.cpp88 UTF16CollationIterator::nextCodePoint(UErrorCode & /*errorCode*/) { in nextCodePoint() function in UTF16CollationIterator
251 FCDUTF16CollationIterator::nextCodePoint(UErrorCode &errorCode) { in nextCodePoint() function in FCDUTF16CollationIterator
/third_party/icu/icu4c/source/i18n/
Duitercollationiterator.cpp61 UIterCollationIterator::nextCodePoint(UErrorCode & /*errorCode*/) { in nextCodePoint() function in UIterCollationIterator
162 FCDUIterCollationIterator::nextCodePoint(UErrorCode &errorCode) { in nextCodePoint() function in FCDUIterCollationIterator
Dutf8collationiterator.cpp95 UTF8CollationIterator::nextCodePoint(UErrorCode & /*errorCode*/) { in nextCodePoint() function in UTF8CollationIterator
265 FCDUTF8CollationIterator::nextCodePoint(UErrorCode &errorCode) { in nextCodePoint() function in FCDUTF8CollationIterator
Dutf16collationiterator.cpp88 UTF16CollationIterator::nextCodePoint(UErrorCode & /*errorCode*/) { in nextCodePoint() function in UTF16CollationIterator
251 FCDUTF16CollationIterator::nextCodePoint(UErrorCode &errorCode) { in nextCodePoint() function in FCDUTF16CollationIterator
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DIterCollationIterator.java41 public int nextCodePoint() { in nextCodePoint() method in IterCollationIterator
DFCDUTF16CollationIterator.java101 public int nextCodePoint() { in nextCodePoint() method in FCDUTF16CollationIterator
DUTF16CollationIterator.java71 public int nextCodePoint() { in nextCodePoint() method in UTF16CollationIterator
DFCDIterCollationIterator.java52 public int nextCodePoint() { in nextCodePoint() method in FCDIterCollationIterator
DCollationIterator.java367 public abstract int nextCodePoint(); in nextCodePoint() method in CollationIterator
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DIterCollationIterator.java43 public int nextCodePoint() { in nextCodePoint() method in IterCollationIterator
DFCDUTF16CollationIterator.java103 public int nextCodePoint() { in nextCodePoint() method in FCDUTF16CollationIterator
DUTF16CollationIterator.java73 public int nextCodePoint() { in nextCodePoint() method in UTF16CollationIterator
DFCDIterCollationIterator.java54 public int nextCodePoint() { in nextCodePoint() method in FCDIterCollationIterator
DCollationIterator.java369 public abstract int nextCodePoint(); in nextCodePoint() method in CollationIterator
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DUTF16Util.java29 public static final int nextCodePoint(String s, int i) { in nextCodePoint() method in UTF16Util
65 public static final int nextCodePoint(StringBuffer s, int i) { in nextCodePoint() method in UTF16Util
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
DUTF16Util.java33 public static final int nextCodePoint(String s, int i) { in nextCodePoint() method in UTF16Util
69 public static final int nextCodePoint(StringBuffer s, int i) { in nextCodePoint() method in UTF16Util

12