Searched refs:SENTINEL_CP (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | FCDIterCollationIterator.java | 63 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()
|
D | UTF16CollationIterator.java | 71 return Collation.SENTINEL_CP; in nextCodePoint() 87 return Collation.SENTINEL_CP; in previousCodePoint()
|
D | CollationIterator.java | 584 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()
|
D | FCDUTF16CollationIterator.java | 94 return Collation.SENTINEL_CP; in nextCodePoint() 129 return Collation.SENTINEL_CP; in previousCodePoint()
|
D | Collation.java | 24 public static final int SENTINEL_CP = -1; field in Collation
|
D | CollationFastLatinBuilder.java | 330 if(getCEsFromCE32(data, Collation.SENTINEL_CP, ce32)) { in getCEsFromContractionCE32() 358 if(suffix.length() == 1 && getCEsFromCE32(data, Collation.SENTINEL_CP, ce32)) { in getCEsFromContractionCE32()
|
D | CollationDataBuilder.java | 1265 return Collation.SENTINEL_CP; in nextCodePoint() 1275 return Collation.SENTINEL_CP; in previousCodePoint()
|
D | CollationBuilder.java | 986 int sourceChar = Collation.SENTINEL_CP; 1021 sourceChar = Collation.SENTINEL_CP;
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationTest.java | 458 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/ |
D | RuleBasedCollator.java | 1572 if(pos == s.length()) { return Collation.SENTINEL_CP; } in nextRawCodePoint()
|