Home
last modified time | relevance | path

Searched refs:codePointBefore (Results 1 – 25 of 50) sorted by relevance

12

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterSurrogateTest.java179 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()
DUCharacterTest.java866 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);
DUnicodeSetStringSpanTest.java284 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/
DUCharacterSurrogateTest.java183 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()
DUCharacterTest.java870 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);
DUnicodeSetStringSpanTest.java288 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/
DUTS46.java567 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()
DStringRange.java77 lastCp = s.codePointBefore(s.length()); in compact()
DTrie2.java575 int c = Character.codePointBefore(text, index); in previous()
DNormalizer2Impl.java339 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/
DUTS46.java568 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()
DStringRange.java81 lastCp = s.codePointBefore(s.length()); in compact()
DTrie2.java577 int c = Character.codePointBefore(text, index); in previous()
DNormalizer2Impl.java343 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/
DFCDUTF16CollationIterator.java332 int c = Character.codePointBefore(seq, p);
347 c = Character.codePointBefore(seq, p);
DFCDIterCollationIterator.java139 c = normalized.codePointBefore(pos); in previousCodePoint()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DFCDUTF16CollationIterator.java330 int c = Character.codePointBefore(seq, p);
345 c = Character.codePointBefore(seq, p);
DFCDIterCollationIterator.java137 c = normalized.codePointBefore(pos); in previousCodePoint()
/external/caliper/examples/src/main/java/examples/
DStringBuilderBenchmark.java185 if (sb.codePointBefore(k) > MIN_SURROGATE) in codePointBeforeNoSurrogates()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DStringSearch.java1163 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/
DStringSearch.java1179 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/
DStringBuilder.java664 public int codePointBefore (int index) { in codePointBefore() method in StringBuilder
668 return Character.codePointBefore(chars, index); in codePointBefore()
/external/proguard/src/proguard/gui/
Ddefault.pro269 public int codePointBefore(int);
285 public int codePointBefore(int);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java4834 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/
DUCharacter.java4232 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

12