Home
last modified time | relevance | path

Searched refs:SENTINEL_CP (Results 1 – 20 of 20) sorted by relevance

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DFCDIterCollationIterator.java65 return Collation.SENTINEL_CP; in nextCodePoint()
104 return Collation.SENTINEL_CP; in previousCodePoint()
107 int prev = Collation.SENTINEL_CP; in previousCodePoint()
115 return Collation.SENTINEL_CP; in previousCodePoint()
162 c = Collation.SENTINEL_CP; in handleNextCE32()
DUTF16CollationIterator.java73 return Collation.SENTINEL_CP; in nextCodePoint()
89 return Collation.SENTINEL_CP; in previousCodePoint()
DCollationIterator.java592 appendCEsFromCE32(d, Collation.SENTINEL_CP, jamoCE32s[c], forward); in appendCEsFromCE32()
593 appendCEsFromCE32(d, Collation.SENTINEL_CP, jamoCE32s[19 + v], forward); in appendCEsFromCE32()
600 c = Collation.SENTINEL_CP; in appendCEsFromCE32()
691 if(numCpFwd == 0) { return Collation.SENTINEL_CP; } in nextSkippedCodePoint()
870 c = Collation.SENTINEL_CP; in nextCE32FromDiscontiguousContraction()
DFCDUTF16CollationIterator.java106 return Collation.SENTINEL_CP; in nextCodePoint()
141 return Collation.SENTINEL_CP; in previousCodePoint()
DCollation.java26 public static final int SENTINEL_CP = -1; field in Collation
DCollationFastLatinBuilder.java332 if(getCEsFromCE32(data, Collation.SENTINEL_CP, ce32)) { in getCEsFromContractionCE32()
360 if(suffix.length() == 1 && getCEsFromCE32(data, Collation.SENTINEL_CP, ce32)) { in getCEsFromContractionCE32()
DCollationBuilder.java989 int sourceChar = Collation.SENTINEL_CP;
1024 sourceChar = Collation.SENTINEL_CP;
DCollationDataBuilder.java1267 return Collation.SENTINEL_CP; in nextCodePoint()
1277 return Collation.SENTINEL_CP; in previousCodePoint()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DFCDIterCollationIterator.java67 return Collation.SENTINEL_CP; in nextCodePoint()
106 return Collation.SENTINEL_CP; in previousCodePoint()
109 int prev = Collation.SENTINEL_CP; in previousCodePoint()
117 return Collation.SENTINEL_CP; in previousCodePoint()
164 c = Collation.SENTINEL_CP; in handleNextCE32()
DUTF16CollationIterator.java75 return Collation.SENTINEL_CP; in nextCodePoint()
91 return Collation.SENTINEL_CP; in previousCodePoint()
DCollationIterator.java594 appendCEsFromCE32(d, Collation.SENTINEL_CP, jamoCE32s[c], forward); in appendCEsFromCE32()
595 appendCEsFromCE32(d, Collation.SENTINEL_CP, jamoCE32s[19 + v], forward); in appendCEsFromCE32()
602 c = Collation.SENTINEL_CP; in appendCEsFromCE32()
693 if(numCpFwd == 0) { return Collation.SENTINEL_CP; } in nextSkippedCodePoint()
872 c = Collation.SENTINEL_CP; in nextCE32FromDiscontiguousContraction()
DFCDUTF16CollationIterator.java108 return Collation.SENTINEL_CP; in nextCodePoint()
143 return Collation.SENTINEL_CP; in previousCodePoint()
DCollation.java28 public static final int SENTINEL_CP = -1; field in Collation
DCollationFastLatinBuilder.java333 if(getCEsFromCE32(data, Collation.SENTINEL_CP, ce32)) { in getCEsFromContractionCE32()
361 if(suffix.length() == 1 && getCEsFromCE32(data, Collation.SENTINEL_CP, ce32)) { in getCEsFromContractionCE32()
DCollationDataBuilder.java1268 return Collation.SENTINEL_CP; in nextCodePoint()
1278 return Collation.SENTINEL_CP; in previousCodePoint()
DCollationBuilder.java993 int sourceChar = Collation.SENTINEL_CP;
1028 sourceChar = Collation.SENTINEL_CP;
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java441 return (pos < length) ? cp[pos++] : Collation.SENTINEL_CP; in next()
445 return (pos > 0) ? cp[--pos] : Collation.SENTINEL_CP; in previous()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationTest.java444 return (pos < length) ? cp[pos++] : Collation.SENTINEL_CP; in next()
448 return (pos > 0) ? cp[--pos] : Collation.SENTINEL_CP; in previous()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DRuleBasedCollator.java1557 if(pos == s.length()) { return Collation.SENTINEL_CP; } in nextRawCodePoint()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedCollator.java1520 if(pos == s.length()) { return Collation.SENTINEL_CP; } in nextRawCodePoint()