/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UCharacterSurrogateTest.java | 179 if (UCharacter.codePointBefore(s, i + 1) != bvalues[i]) in TestCodePointAtBefore() 181 if (UCharacter.codePointBefore(c, i + 1) != bvalues[i]) in TestCodePointAtBefore() 183 if (UCharacter.codePointBefore(b, i + 1) != bvalues[i]) in TestCodePointAtBefore() 192 if (UCharacter.codePointBefore(c, i + 1, 0) != bvalues[i]) in TestCodePointAtBefore()
|
D | UCharacterTest.java | 866 int b=dm.codePointBefore(dm.length()); in TestUnicodeData() 3270 if(UCharacter.codePointBefore((CharSequence) cases[i], 1) != result[i]) 3274 UCharacter.codePointBefore((CharSequence) cases[i], 1)); 3278 if(UCharacter.codePointBefore(cases[i].toCharArray(), 1) != result[i]) 3282 UCharacter.codePointBefore(cases[i].toCharArray(), 1)); 3286 if(UCharacter.codePointBefore(cases[i].toCharArray(), 1, 0) != result[i]) 3290 UCharacter.codePointBefore(cases[i].toCharArray(), 1, 0)); 3301 UCharacter.codePointBefore(dummy, 10000, negative_cases[i]); 3309 UCharacter.codePointBefore(dummy, index_cases[i], 101);
|
D | UnicodeSetStringSpanTest.java | 284 c = s.codePointBefore(prev); in containsSpanBackUTF16() 295 c = s.codePointBefore(prev); in containsSpanBackUTF16() 312 c = s.codePointBefore(length); in containsSpanBackUTF16()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UCharacterSurrogateTest.java | 183 if (UCharacter.codePointBefore(s, i + 1) != bvalues[i]) in TestCodePointAtBefore() 185 if (UCharacter.codePointBefore(c, i + 1) != bvalues[i]) in TestCodePointAtBefore() 187 if (UCharacter.codePointBefore(b, i + 1) != bvalues[i]) in TestCodePointAtBefore() 196 if (UCharacter.codePointBefore(c, i + 1, 0) != bvalues[i]) in TestCodePointAtBefore()
|
D | UCharacterTest.java | 870 int b=dm.codePointBefore(dm.length()); in TestUnicodeData() 3274 if(UCharacter.codePointBefore((CharSequence) cases[i], 1) != result[i]) 3278 UCharacter.codePointBefore((CharSequence) cases[i], 1)); 3282 if(UCharacter.codePointBefore(cases[i].toCharArray(), 1) != result[i]) 3286 UCharacter.codePointBefore(cases[i].toCharArray(), 1)); 3290 if(UCharacter.codePointBefore(cases[i].toCharArray(), 1, 0) != result[i]) 3294 UCharacter.codePointBefore(cases[i].toCharArray(), 1, 0)); 3305 UCharacter.codePointBefore(dummy, 10000, negative_cases[i]); 3313 UCharacter.codePointBefore(dummy, index_cases[i], 101);
|
D | UnicodeSetStringSpanTest.java | 288 c = s.codePointBefore(prev); in containsSpanBackUTF16() 299 c = s.codePointBefore(prev); in containsSpanBackUTF16() 316 c = s.codePointBefore(length); in containsSpanBackUTF16()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UTS46.java | 567 c=Character.codePointBefore(label, labelLimit); in checkLabelBiDi() 683 c=Character.codePointBefore(label, j); in isLabelOkContextJ() 695 c=Character.codePointBefore(label, j); in isLabelOkContextJ() 727 int c=Character.codePointBefore(label, i); in isLabelOkContextJ() 775 UScript.HEBREW==UScript.getScript(Character.codePointBefore(label, i)))) { in checkLabelContextO()
|
D | StringRange.java | 77 lastCp = s.codePointBefore(s.length()); in compact()
|
D | Trie2.java | 575 int c = Character.codePointBefore(text, index); in previous()
|
D | Normalizer2Impl.java | 339 int c=str.codePointBefore(codePointStart); in previousCC() 2118 int c=Character.codePointBefore(s, p); in findPreviousCompBoundary() 2142 int c=Character.codePointBefore(s, p); in findPreviousFCDBoundary()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UTS46.java | 568 c=Character.codePointBefore(label, labelLimit); in checkLabelBiDi() 684 c=Character.codePointBefore(label, j); in isLabelOkContextJ() 696 c=Character.codePointBefore(label, j); in isLabelOkContextJ() 728 int c=Character.codePointBefore(label, i); in isLabelOkContextJ() 776 UScript.HEBREW==UScript.getScript(Character.codePointBefore(label, i)))) { in checkLabelContextO()
|
D | StringRange.java | 81 lastCp = s.codePointBefore(s.length()); in compact()
|
D | Trie2.java | 577 int c = Character.codePointBefore(text, index); in previous()
|
D | Normalizer2Impl.java | 343 int c=str.codePointBefore(codePointStart); in previousCC() 2122 int c=Character.codePointBefore(s, p); in findPreviousCompBoundary() 2146 int c=Character.codePointBefore(s, p); in findPreviousFCDBoundary()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | FCDUTF16CollationIterator.java | 332 int c = Character.codePointBefore(seq, p); 347 c = Character.codePointBefore(seq, p);
|
D | FCDIterCollationIterator.java | 139 c = normalized.codePointBefore(pos); in previousCodePoint()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | FCDUTF16CollationIterator.java | 330 int c = Character.codePointBefore(seq, p); 345 c = Character.codePointBefore(seq, p);
|
D | FCDIterCollationIterator.java | 137 c = normalized.codePointBefore(pos); in previousCodePoint()
|
/external/caliper/examples/src/main/java/examples/ |
D | StringBuilderBenchmark.java | 185 if (sb.codePointBefore(k) > MIN_SURROGATE) in codePointBeforeNoSurrogates()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | StringSearch.java | 1163 nfd_.hasBoundaryAfter(codePointBefore(targetText, maxLimit))); in search() 1246 private static int codePointBefore(CharacterIterator iter, int index) { in codePointBefore() method in StringSearch 1423 … nfd_.hasBoundaryAfter(codePointBefore(targetText, maxLimit))); in searchBackwards()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | StringSearch.java | 1179 nfd_.hasBoundaryAfter(codePointBefore(targetText, maxLimit))); in search() 1262 private static int codePointBefore(CharacterIterator iter, int index) { in codePointBefore() method in StringSearch 1439 … nfd_.hasBoundaryAfter(codePointBefore(targetText, maxLimit))); in searchBackwards()
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
D | StringBuilder.java | 664 public int codePointBefore (int index) { in codePointBefore() method in StringBuilder 668 return Character.codePointBefore(chars, index); in codePointBefore()
|
/external/proguard/src/proguard/gui/ |
D | default.pro | 269 public int codePointBefore(int); 285 public int codePointBefore(int);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | UCharacter.java | 4834 c=s.codePointBefore(index); in next() 6096 public static final int codePointBefore(CharSequence seq, int index) { in codePointBefore() method in UCharacter 6119 public static final int codePointBefore(char[] text, int index) { in codePointBefore() method in UCharacter 6143 public static final int codePointBefore(char[] text, int index, int limit) { in codePointBefore() method in UCharacter
|
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
D | UCharacter.java | 4232 c=s.codePointBefore(index); in next() 5436 public static final int codePointBefore(CharSequence seq, int index) { in codePointBefore() method in UCharacter 5458 public static final int codePointBefore(char[] text, int index) { in codePointBefore() method in UCharacter 5481 public static final int codePointBefore(char[] text, int index, int limit) { in codePointBefore() method in UCharacter
|