/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | FCDIterCollationIterator.java | 65 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()
|
D | UTF16CollationIterator.java | 73 return Collation.SENTINEL_CP; in nextCodePoint() 89 return Collation.SENTINEL_CP; in previousCodePoint()
|
D | CollationIterator.java | 592 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()
|
D | FCDUTF16CollationIterator.java | 106 return Collation.SENTINEL_CP; in nextCodePoint() 141 return Collation.SENTINEL_CP; in previousCodePoint()
|
D | Collation.java | 26 public static final int SENTINEL_CP = -1; field in Collation
|
D | CollationFastLatinBuilder.java | 332 if(getCEsFromCE32(data, Collation.SENTINEL_CP, ce32)) { in getCEsFromContractionCE32() 360 if(suffix.length() == 1 && getCEsFromCE32(data, Collation.SENTINEL_CP, ce32)) { in getCEsFromContractionCE32()
|
D | CollationBuilder.java | 989 int sourceChar = Collation.SENTINEL_CP; 1024 sourceChar = Collation.SENTINEL_CP;
|
D | CollationDataBuilder.java | 1267 return Collation.SENTINEL_CP; in nextCodePoint() 1277 return Collation.SENTINEL_CP; in previousCodePoint()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | FCDIterCollationIterator.java | 67 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()
|
D | UTF16CollationIterator.java | 75 return Collation.SENTINEL_CP; in nextCodePoint() 91 return Collation.SENTINEL_CP; in previousCodePoint()
|
D | CollationIterator.java | 594 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()
|
D | FCDUTF16CollationIterator.java | 108 return Collation.SENTINEL_CP; in nextCodePoint() 143 return Collation.SENTINEL_CP; in previousCodePoint()
|
D | Collation.java | 28 public static final int SENTINEL_CP = -1; field in Collation
|
D | CollationFastLatinBuilder.java | 333 if(getCEsFromCE32(data, Collation.SENTINEL_CP, ce32)) { in getCEsFromContractionCE32() 361 if(suffix.length() == 1 && getCEsFromCE32(data, Collation.SENTINEL_CP, ce32)) { in getCEsFromContractionCE32()
|
D | CollationDataBuilder.java | 1268 return Collation.SENTINEL_CP; in nextCodePoint() 1278 return Collation.SENTINEL_CP; in previousCodePoint()
|
D | CollationBuilder.java | 993 int sourceChar = Collation.SENTINEL_CP; 1028 sourceChar = Collation.SENTINEL_CP;
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationTest.java | 441 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/ |
D | CollationTest.java | 444 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/ |
D | RuleBasedCollator.java | 1557 if(pos == s.length()) { return Collation.SENTINEL_CP; } in nextRawCodePoint()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RuleBasedCollator.java | 1520 if(pos == s.length()) { return Collation.SENTINEL_CP; } in nextRawCodePoint()
|