Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DFCDIterCollationIterator.java63 return Collation.SENTINEL_CP; in nextCodePoint()
102 return Collation.SENTINEL_CP; in previousCodePoint()
105 int prev = Collation.SENTINEL_CP; in previousCodePoint()
113 return Collation.SENTINEL_CP; in previousCodePoint()
160 c = Collation.SENTINEL_CP; in handleNextCE32()
DUTF16CollationIterator.java71 return Collation.SENTINEL_CP; in nextCodePoint()
87 return Collation.SENTINEL_CP; in previousCodePoint()
DCollationIterator.java584 appendCEsFromCE32(d, Collation.SENTINEL_CP, jamoCE32s[c], forward); in appendCEsFromCE32()
585 appendCEsFromCE32(d, Collation.SENTINEL_CP, jamoCE32s[19 + v], forward); in appendCEsFromCE32()
592 c = Collation.SENTINEL_CP; in appendCEsFromCE32()
683 if(numCpFwd == 0) { return Collation.SENTINEL_CP; } in nextSkippedCodePoint()
862 c = Collation.SENTINEL_CP; in nextCE32FromDiscontiguousContraction()
DFCDUTF16CollationIterator.java94 return Collation.SENTINEL_CP; in nextCodePoint()
129 return Collation.SENTINEL_CP; in previousCodePoint()
DCollation.java24 public static final int SENTINEL_CP = -1; field in Collation
DCollationFastLatinBuilder.java330 if(getCEsFromCE32(data, Collation.SENTINEL_CP, ce32)) { in getCEsFromContractionCE32()
358 if(suffix.length() == 1 && getCEsFromCE32(data, Collation.SENTINEL_CP, ce32)) { in getCEsFromContractionCE32()
DCollationDataBuilder.java1265 return Collation.SENTINEL_CP; in nextCodePoint()
1275 return Collation.SENTINEL_CP; in previousCodePoint()
DCollationBuilder.java986 int sourceChar = Collation.SENTINEL_CP;
1021 sourceChar = Collation.SENTINEL_CP;
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java458 return (pos < length) ? cp[pos++] : Collation.SENTINEL_CP; in next()
462 return (pos > 0) ? cp[--pos] : Collation.SENTINEL_CP; in previous()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DRuleBasedCollator.java1572 if(pos == s.length()) { return Collation.SENTINEL_CP; } in nextRawCodePoint()