Home
last modified time | relevance | path

Searched refs:nextCodePoint (Results 1 – 25 of 71) sorted by relevance

123

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DFCDIterCollationIterator.java50 public int nextCodePoint() { in nextCodePoint() method in FCDIterCollationIterator
78 c = iter.nextCodePoint(); in nextCodePoint()
205 while(num > 0 && nextCodePoint() >= 0) {
267 int c = iter.nextCodePoint(); in nextSegment()
280 c = iter.nextCodePoint(); in nextSegment()
362 iter.nextCodePoint(); in previousSegment()
374 iter.nextCodePoint(); in previousSegment()
DIterCollationIterator.java39 public int nextCodePoint() { in nextCodePoint() method in IterCollationIterator
40 return iter.nextCodePoint(); in nextCodePoint()
DCollationIterator.java359 public abstract int nextCodePoint(); in nextCodePoint() method in CollationIterator
397 int c = nextCodePoint(); in handleNextCE32()
512 nextCp = nextCodePoint(); in appendCEsFromCE32()
684 int c = nextCodePoint(); in nextSkippedCodePoint()
812 suffixes.firstForCodePoint(nextCodePoint()); in nextCE32FromDiscontiguousContraction()
814 suffixes.nextForCodePoint(nextCodePoint()); in nextCE32FromDiscontiguousContraction()
970 int c = nextCodePoint();
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DFCDIterCollationIterator.java52 public int nextCodePoint() { in nextCodePoint() method in FCDIterCollationIterator
80 c = iter.nextCodePoint(); in nextCodePoint()
207 while(num > 0 && nextCodePoint() >= 0) {
269 int c = iter.nextCodePoint(); in nextSegment()
282 c = iter.nextCodePoint(); in nextSegment()
364 iter.nextCodePoint(); in previousSegment()
376 iter.nextCodePoint(); in previousSegment()
DIterCollationIterator.java41 public int nextCodePoint() { in nextCodePoint() method in IterCollationIterator
42 return iter.nextCodePoint(); in nextCodePoint()
DCollationIterator.java361 public abstract int nextCodePoint(); in nextCodePoint() method in CollationIterator
399 int c = nextCodePoint(); in handleNextCE32()
514 nextCp = nextCodePoint(); in appendCEsFromCE32()
686 int c = nextCodePoint(); in nextSkippedCodePoint()
814 suffixes.firstForCodePoint(nextCodePoint()); in nextCE32FromDiscontiguousContraction()
816 suffixes.nextForCodePoint(nextCodePoint()); in nextCE32FromDiscontiguousContraction()
972 int c = nextCodePoint();
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DUnicodeNormalizer.java103 ch = UTF16Util.nextCodePoint(source, i); in internalDecompose()
112 ch = UTF16Util.nextCodePoint(buffer, j); in internalDecompose()
140 int starterCh = UTF16Util.nextCodePoint(target,0); in internalCompose()
148 int ch = UTF16Util.nextCodePoint(target, decompPos); in internalCompose()
DNormalizerBuilder.java200 int second = UTF16Util.nextCodePoint(decomp, 0); in buildDecompositionTables()
203 second = UTF16Util.nextCodePoint(decomp, in buildDecompositionTables()
423 int second = UTF16Util.nextCodePoint(decomp, 0); in setMinimalDecomp()
426 second = UTF16Util.nextCodePoint(decomp, in setMinimalDecomp()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DUnicodeNormalizer.java102 ch = UTF16Util.nextCodePoint(source, i); in internalDecompose()
111 ch = UTF16Util.nextCodePoint(buffer, j); in internalDecompose()
139 int starterCh = UTF16Util.nextCodePoint(target,0); in internalCompose()
147 int ch = UTF16Util.nextCodePoint(target, decompPos); in internalCompose()
DNormalizerBuilder.java199 int second = UTF16Util.nextCodePoint(decomp, 0); in buildDecompositionTables()
202 second = UTF16Util.nextCodePoint(decomp, in buildDecompositionTables()
422 int second = UTF16Util.nextCodePoint(decomp, 0); in setMinimalDecomp()
425 second = UTF16Util.nextCodePoint(decomp, in setMinimalDecomp()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCharsDictionaryMatcher.java25 int c = text.nextCodePoint(); in matches()
53 c = text.nextCodePoint(); in matches()
DBytesDictionaryMatcher.java46 int c = text.nextCodePoint(); in matches()
74 c = text.nextCodePoint(); in matches()
DUCharacterIterator.java191 public int nextCodePoint(){ in nextCodePoint() method in UCharacterIterator
356 while(delta>0 && nextCodePoint() != DONE){delta--;} in moveCodePointIndex()
DUForwardCharacterIterator.java86 public int nextCodePoint(); in nextCodePoint() method
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsDictionaryMatcher.java24 int c = text.nextCodePoint(); in matches()
52 c = text.nextCodePoint(); in matches()
DBytesDictionaryMatcher.java45 int c = text.nextCodePoint(); in matches()
73 c = text.nextCodePoint(); in matches()
DUCharacterIterator.java205 public int nextCodePoint(){ in nextCodePoint() method in UCharacterIterator
380 while(delta>0 && nextCodePoint() != DONE){delta--;} in moveCodePointIndex()
DUForwardCharacterIterator.java88 public int nextCodePoint(); in nextCodePoint() method
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DUTF16Util.java27 public static final int nextCodePoint(String s, int i) { in nextCodePoint() method in UTF16Util
63 public static final int nextCodePoint(StringBuffer s, int i) { in nextCodePoint() method in UTF16Util
141 int cp = nextCodePoint(buffer, i); in setCodePointAt()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
DUTF16Util.java28 public static final int nextCodePoint(String s, int i) { in nextCodePoint() method in UTF16Util
64 public static final int nextCodePoint(StringBuffer s, int i) { in nextCodePoint() method in UTF16Util
142 int cp = nextCodePoint(buffer, i); in setCodePointAt()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/
DTestUCharacterIterator.java95 ch = iterator2.nextCodePoint(); in TestIteration()
206 c = iter.nextCodePoint(); in TestIterationUChar32()
219 c=iter.nextCodePoint(); in TestIterationUChar32()
369 c1=iter.nextCodePoint(); in previousNext()
478 while((ch=iter.nextCodePoint()) !=UCharacterIterator.DONE){ in TestJitterbug1952()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/iterator/
DTestUCharacterIterator.java99 ch = iterator2.nextCodePoint(); in TestIteration()
210 c = iter.nextCodePoint(); in TestIterationUChar32()
223 c=iter.nextCodePoint(); in TestIterationUChar32()
373 c1=iter.nextCodePoint(); in previousNext()
482 while((ch=iter.nextCodePoint()) !=UCharacterIterator.DONE){ in TestJitterbug1952()
/external/icu/icu4c/source/i18n/
Duitercollationiterator.h43 virtual UChar32 nextCodePoint(UErrorCode &errorCode);
75 virtual UChar32 nextCodePoint(UErrorCode &errorCode);
Dutf8collationiterator.h44 virtual UChar32 nextCodePoint(UErrorCode &errorCode);
91 virtual UChar32 nextCodePoint(UErrorCode &errorCode);
Dutf16collationiterator.h55 virtual UChar32 nextCodePoint(UErrorCode &errorCode);
102 virtual UChar32 nextCodePoint(UErrorCode &errorCode);

123