Home
last modified time | relevance | path

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

123

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUTS46.java570 c=Character.codePointBefore(label, labelLimit); in checkLabelBiDi()
686 c=Character.codePointBefore(label, j); in isLabelOkContextJ()
698 c=Character.codePointBefore(label, j); in isLabelOkContextJ()
730 int c=Character.codePointBefore(label, i); in isLabelOkContextJ()
778 UScript.HEBREW==UScript.getScript(Character.codePointBefore(label, i)))) { in checkLabelContextO()
DStringRange.java84 lastCp = s.codePointBefore(s.length()); in compact()
DNormalizer2Impl.java348 int c=str.codePointBefore(codePointStart); in previousCC()
2129 int c=Character.codePointBefore(s, p); in findPreviousCompBoundary()
2153 int c=Character.codePointBefore(s, p); in findPreviousFCDBoundary()
DTrie2.java587 int c = Character.codePointBefore(text, index); in previous()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUTS46.java569 c=Character.codePointBefore(label, labelLimit); in checkLabelBiDi()
685 c=Character.codePointBefore(label, j); in isLabelOkContextJ()
697 c=Character.codePointBefore(label, j); in isLabelOkContextJ()
729 int c=Character.codePointBefore(label, i); in isLabelOkContextJ()
777 UScript.HEBREW==UScript.getScript(Character.codePointBefore(label, i)))) { in checkLabelContextO()
DStringRange.java80 lastCp = s.codePointBefore(s.length()); in compact()
DNormalizer2Impl.java344 int c=str.codePointBefore(codePointStart); in previousCC()
2125 int c=Character.codePointBefore(s, p); in findPreviousCompBoundary()
2149 int c=Character.codePointBefore(s, p); in findPreviousFCDBoundary()
DTrie2.java585 int c = Character.codePointBefore(text, index); in previous()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUCharacterSurrogateTest.java186 if (UCharacter.codePointBefore(s, i + 1) != bvalues[i]) in TestCodePointAtBefore()
188 if (UCharacter.codePointBefore(c, i + 1) != bvalues[i]) in TestCodePointAtBefore()
190 if (UCharacter.codePointBefore(b, i + 1) != bvalues[i]) in TestCodePointAtBefore()
199 if (UCharacter.codePointBefore(c, i + 1, 0) != bvalues[i]) in TestCodePointAtBefore()
DUCharacterTest.java841 int b=dm.codePointBefore(dm.length()); in TestUnicodeData()
3305 if(UCharacter.codePointBefore(cases[i], 1) != result[i])
3309 UCharacter.codePointBefore(cases[i], 1));
3313 if(UCharacter.codePointBefore(cases[i].toCharArray(), 1) != result[i])
3317 UCharacter.codePointBefore(cases[i].toCharArray(), 1));
3321 if(UCharacter.codePointBefore(cases[i].toCharArray(), 1, 0) != result[i])
3325 UCharacter.codePointBefore(cases[i].toCharArray(), 1, 0));
3336 UCharacter.codePointBefore(dummy, 10000, negative_cases[i]);
3344 UCharacter.codePointBefore(dummy, index_cases[i], 101);
DUnicodeSetStringSpanTest.java287 c = s.codePointBefore(prev); in containsSpanBackUTF16()
298 c = s.codePointBefore(prev); in containsSpanBackUTF16()
315 c = s.codePointBefore(length); in containsSpanBackUTF16()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterSurrogateTest.java185 if (UCharacter.codePointBefore(s, i + 1) != bvalues[i]) in TestCodePointAtBefore()
187 if (UCharacter.codePointBefore(c, i + 1) != bvalues[i]) in TestCodePointAtBefore()
189 if (UCharacter.codePointBefore(b, i + 1) != bvalues[i]) in TestCodePointAtBefore()
198 if (UCharacter.codePointBefore(c, i + 1, 0) != bvalues[i]) in TestCodePointAtBefore()
DUnicodeSetStringSpanTest.java286 c = s.codePointBefore(prev); in containsSpanBackUTF16()
297 c = s.codePointBefore(prev); in containsSpanBackUTF16()
314 c = s.codePointBefore(length); in containsSpanBackUTF16()
DUCharacterTest.java840 int b=dm.codePointBefore(dm.length()); in TestUnicodeData()
3304 if(UCharacter.codePointBefore(cases[i], 1) != result[i])
3308 UCharacter.codePointBefore(cases[i], 1));
3312 if(UCharacter.codePointBefore(cases[i].toCharArray(), 1) != result[i])
3316 UCharacter.codePointBefore(cases[i].toCharArray(), 1));
3320 if(UCharacter.codePointBefore(cases[i].toCharArray(), 1, 0) != result[i])
3324 UCharacter.codePointBefore(cases[i].toCharArray(), 1, 0));
3335 UCharacter.codePointBefore(dummy, 10000, negative_cases[i]);
3343 UCharacter.codePointBefore(dummy, index_cases[i], 101);
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DFCDUTF16CollationIterator.java344 int c = Character.codePointBefore(seq, p);
359 c = Character.codePointBefore(seq, p);
DFCDIterCollationIterator.java141 c = normalized.codePointBefore(pos); in previousCodePoint()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DFCDUTF16CollationIterator.java342 int c = Character.codePointBefore(seq, p);
357 c = Character.codePointBefore(seq, p);
DFCDIterCollationIterator.java139 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.java1165 nfd_.hasBoundaryAfter(codePointBefore(targetText, maxLimit))); in search()
1248 private static int codePointBefore(CharacterIterator iter, int index) { in codePointBefore() method in StringSearch
1425 … nfd_.hasBoundaryAfter(codePointBefore(targetText, maxLimit))); in searchBackwards()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DStringSearch.java1181 nfd_.hasBoundaryAfter(codePointBefore(targetText, maxLimit))); in search()
1264 private static int codePointBefore(CharacterIterator iter, int index) { in codePointBefore() method in StringSearch
1441 … nfd_.hasBoundaryAfter(codePointBefore(targetText, maxLimit))); in searchBackwards()
/external/proguard/src/proguard/gui/
Ddefault.pro269 public int codePointBefore(int);
285 public int codePointBefore(int);
Dboilerplate.pro337 public int codePointBefore(int);
353 public int codePointBefore(int);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java6048 public static final int codePointBefore(CharSequence seq, int index) { in codePointBefore() method in UCharacter
6071 public static final int codePointBefore(char[] text, int index) { in codePointBefore() method in UCharacter
6095 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.java5392 public static final int codePointBefore(CharSequence seq, int index) { in codePointBefore() method in UCharacter
5414 public static final int codePointBefore(char[] text, int index) { in codePointBefore() method in UCharacter
5437 public static final int codePointBefore(char[] text, int index, int limit) { in codePointBefore() method in UCharacter

123