Home
last modified time | relevance | path

Searched refs:nextCodePoint (Results 1 - 25 of 79) sorted by relevance

1234

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DFCDIterCollationIterator.java52 public int nextCodePoint() { in nextCodePoint() method in FCDIterCollationIterator
80 c = iter.nextCodePoint(); in nextCodePoint()
207 while(num > 0 && nextCodePoint() >= 0) { in forwardNumCodePoints()
269 int c = iter.nextCodePoint(); in nextSegment()
282 c = iter.nextCodePoint(); in nextSegment()
364 iter.nextCodePoint(); in previousSegment()
376 iter.nextCodePoint(); in previousSegment()
H A DIterCollationIterator.java41 public int nextCodePoint() { in nextCodePoint() method in IterCollationIterator
42 return iter.nextCodePoint(); in nextCodePoint()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DFCDIterCollationIterator.java54 public int nextCodePoint() { in nextCodePoint() method in FCDIterCollationIterator
82 c = iter.nextCodePoint(); in nextCodePoint()
209 while(num > 0 && nextCodePoint() >= 0) { in forwardNumCodePoints()
271 int c = iter.nextCodePoint(); in nextSegment()
284 c = iter.nextCodePoint(); in nextSegment()
366 iter.nextCodePoint(); in previousSegment()
378 iter.nextCodePoint(); in previousSegment()
H A DIterCollationIterator.java43 public int nextCodePoint() { in nextCodePoint() method in IterCollationIterator
44 return iter.nextCodePoint(); in nextCodePoint()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DUnicodeNormalizer.java107 ch = UTF16Util.nextCodePoint(source, i); in internalDecompose()
116 ch = UTF16Util.nextCodePoint(buffer, j); in internalDecompose()
144 int starterCh = UTF16Util.nextCodePoint(target,0); in internalCompose()
152 int ch = UTF16Util.nextCodePoint(target, decompPos); in internalCompose()
H A DNormalizerBuilder.java202 int second = UTF16Util.nextCodePoint(decomp, 0); in buildDecompositionTables()
205 second = UTF16Util.nextCodePoint(decomp, in buildDecompositionTables()
425 int second = UTF16Util.nextCodePoint(decomp, 0); in setMinimalDecomp()
428 second = UTF16Util.nextCodePoint(decomp, in setMinimalDecomp()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DUnicodeNormalizer.java104 ch = UTF16Util.nextCodePoint(source, i); in internalDecompose()
113 ch = UTF16Util.nextCodePoint(buffer, j); in internalDecompose()
141 int starterCh = UTF16Util.nextCodePoint(target,0); in internalCompose()
149 int ch = UTF16Util.nextCodePoint(target, decompPos); in internalCompose()
H A DNormalizerBuilder.java201 int second = UTF16Util.nextCodePoint(decomp, 0); in buildDecompositionTables()
204 second = UTF16Util.nextCodePoint(decomp, in buildDecompositionTables()
424 int second = UTF16Util.nextCodePoint(decomp, 0); in setMinimalDecomp()
427 second = UTF16Util.nextCodePoint(decomp, in setMinimalDecomp()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DCharsDictionaryMatcher.java28 int c = text.nextCodePoint(); in matches()
56 c = text.nextCodePoint(); in matches()
H A DBytesDictionaryMatcher.java49 int c = text.nextCodePoint(); in matches()
77 c = text.nextCodePoint(); in matches()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCharsDictionaryMatcher.java28 int c = text.nextCodePoint(); in matches()
56 c = text.nextCodePoint(); in matches()
H A DBytesDictionaryMatcher.java49 int c = text.nextCodePoint(); in matches()
77 c = text.nextCodePoint(); in matches()
H A DUCharacterIterator.java197 public int nextCodePoint() { in nextCodePoint() method in UCharacterIterator
355 while (delta > 0 && nextCodePoint() != DONE) { in moveCodePointIndex()
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DUTF16Util.java23 * Method nextCodePoint. Returns the next code point
29 public static final int nextCodePoint(String s, int i) { in nextCodePoint() method in UTF16Util
59 * Method nextCodePoint. Returns the next code point
65 public static final int nextCodePoint(StringBuffer s, int i) { in nextCodePoint() method in UTF16Util
143 int cp = nextCodePoint(buffer, i); in setCodePointAt()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
H A DUTF16Util.java27 * Method nextCodePoint. Returns the next code point
33 public static final int nextCodePoint(String s, int i) { in nextCodePoint() method in UTF16Util
63 * Method nextCodePoint. Returns the next code point
69 public static final int nextCodePoint(StringBuffer s, int i) { in nextCodePoint() method in UTF16Util
147 int cp = nextCodePoint(buffer, i); in setCodePointAt()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/iterator/
H A DTestUCharacterIterator.java107 ch = iterator2.nextCodePoint(); in TestIteration()
111 errln("Error mismatch in next() and nextCodePoint()"); in TestIteration()
117 errln("Error mismatch in next and nextCodePoint for " + in TestIteration()
206 c = iter.nextCodePoint(); in TestIterationUChar32()
219 c=iter.nextCodePoint(); in TestIterationUChar32()
370 c1=iter.nextCodePoint(); in previousNext()
481 while((ch=iter.nextCodePoint()) !=UCharacterIterator.DONE){ in TestJitterbug1952()
483 errln("iter.nextCodePoint() failed"); in TestJitterbug1952()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/
H A DTestUCharacterIterator.java104 ch = iterator2.nextCodePoint(); in TestIteration()
108 errln("Error mismatch in next() and nextCodePoint()"); in TestIteration()
114 errln("Error mismatch in next and nextCodePoint for " + in TestIteration()
203 c = iter.nextCodePoint(); in TestIterationUChar32()
216 c=iter.nextCodePoint(); in TestIterationUChar32()
367 c1=iter.nextCodePoint(); in previousNext()
478 while((ch=iter.nextCodePoint()) !=UCharacterIterator.DONE){ in TestJitterbug1952()
480 errln("iter.nextCodePoint() failed"); in TestJitterbug1952()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUCharacterIterator.java212 public int nextCodePoint() { in nextCodePoint() method in UCharacterIterator
382 while (delta > 0 && nextCodePoint() != DONE) { in moveCodePointIndex()
/third_party/icu/icu4c/source/i18n/
H A Duitercollationiterator.h46 virtual UChar32 nextCodePoint(UErrorCode &errorCode) override;
78 virtual UChar32 nextCodePoint(UErrorCode &errorCode) override;
H A Dutf16collationiterator.h57 virtual UChar32 nextCodePoint(UErrorCode &errorCode) override;
104 virtual UChar32 nextCodePoint(UErrorCode &errorCode) override;
H A Dutf8collationiterator.h47 virtual UChar32 nextCodePoint(UErrorCode &errorCode) override;
94 virtual UChar32 nextCodePoint(UErrorCode &errorCode) override;
/third_party/node/deps/icu-small/source/i18n/
H A Dutf16collationiterator.h57 virtual UChar32 nextCodePoint(UErrorCode &errorCode) override;
104 virtual UChar32 nextCodePoint(UErrorCode &errorCode) override;
H A Dutf8collationiterator.h47 virtual UChar32 nextCodePoint(UErrorCode &errorCode) override;
94 virtual UChar32 nextCodePoint(UErrorCode &errorCode) override;
H A Duitercollationiterator.h46 virtual UChar32 nextCodePoint(UErrorCode &errorCode) override;
78 virtual UChar32 nextCodePoint(UErrorCode &errorCode) override;
/third_party/skia/third_party/externals/icu/source/i18n/
H A Duitercollationiterator.h46 virtual UChar32 nextCodePoint(UErrorCode &errorCode);
78 virtual UChar32 nextCodePoint(UErrorCode &errorCode);

Completed in 12 milliseconds

1234