/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | UScriptRun.java | 352 int codePointCount = UTF16.getCharCount(ch); in next() local 356 textIndex += codePointCount; in next() 396 textIndex -= codePointCount; in next()
|
D | CharSequences.java | 77 return Character.codePointCount(s, 0, s.length()); in codePointLength()
|
D | UCharacter.java | 6220 public static int codePointCount(CharSequence text, int start, int limit) { in codePointCount() method in UCharacter 6250 public static int codePointCount(char[] text, int start, int limit) { in codePointCount() method in UCharacter
|
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
D | UScriptRun.java | 354 int codePointCount = UTF16.getCharCount(ch); in next() local 358 textIndex += codePointCount; in next() 398 textIndex -= codePointCount; in next()
|
D | CharSequences.java | 79 return Character.codePointCount(s, 0, s.length()); in codePointLength()
|
D | UCharacter.java | 5554 public static int codePointCount(CharSequence text, int start, int limit) { in codePointCount() method in UCharacter 5583 public static int codePointCount(char[] text, int start, int limit) { in codePointCount() method in UCharacter
|
/external/icu/icu4c/source/i18n/ |
D | digitaffixesandpadding.cpp | 116 …int32_t codePointCount = countAffixChar32(prefix) + formatter.countChar32(digits) + countAffixChar… in format() local 117 int32_t paddingCount = fWidth - codePointCount; in format()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UCharacterSurrogateTest.java | 228 int val1 = UCharacter.codePointCount(s.toCharArray(), start, in TestCodePointCount() 230 int val2 = UCharacter.codePointCount(s, start, limit); in TestCodePointCount() 244 UCharacter.codePointCount(s, start, limit); in TestCodePointCount()
|
D | UCharacterTest.java | 3246 UCharacter.codePointCount(one_char_text, 0, limitCases[i]); 3248 "but got " + UCharacter.codePointCount(one_char_text, 0, limitCases[i]) + 3398 UCharacter.codePointCount(reg_text, invalid_startCases[i], 1); 3400 "but got " + UCharacter.codePointCount(reg_text, invalid_startCases[i], 1) + 3410 UCharacter.codePointCount(reg_text, 100, limitCases[i]); 3412 "but got " + UCharacter.codePointCount(reg_text, 100, limitCases[i]) + 3422 UCharacter.codePointCount(empty_text, 0, limitCases[i]); 3424 "but got " + UCharacter.codePointCount(empty_text, 0, limitCases[i]) + 3431 UCharacter.codePointCount(one_char_text, 0, limitCases[i]); 3433 "but got " + UCharacter.codePointCount(one_char_text, 0, limitCases[i]) +
|
D | UnicodeSetTest.java | 1628 int lastCount = Character.codePointCount(last, 0, last.length()); in TestComparison() 1629 int currCount = Character.codePointCount(curr, 0, curr.length()); in TestComparison()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UCharacterSurrogateTest.java | 232 int val1 = UCharacter.codePointCount(s.toCharArray(), start, in TestCodePointCount() 234 int val2 = UCharacter.codePointCount(s, start, limit); in TestCodePointCount() 248 UCharacter.codePointCount(s, start, limit); in TestCodePointCount()
|
D | UCharacterTest.java | 3250 UCharacter.codePointCount(one_char_text, 0, limitCases[i]); 3252 "but got " + UCharacter.codePointCount(one_char_text, 0, limitCases[i]) + 3402 UCharacter.codePointCount(reg_text, invalid_startCases[i], 1); 3404 "but got " + UCharacter.codePointCount(reg_text, invalid_startCases[i], 1) + 3414 UCharacter.codePointCount(reg_text, 100, limitCases[i]); 3416 "but got " + UCharacter.codePointCount(reg_text, 100, limitCases[i]) + 3426 UCharacter.codePointCount(empty_text, 0, limitCases[i]); 3428 "but got " + UCharacter.codePointCount(empty_text, 0, limitCases[i]) + 3435 UCharacter.codePointCount(one_char_text, 0, limitCases[i]); 3437 "but got " + UCharacter.codePointCount(one_char_text, 0, limitCases[i]) +
|
D | UnicodeSetTest.java | 1632 int lastCount = Character.codePointCount(last, 0, last.length()); in TestComparison() 1633 int currCount = Character.codePointCount(curr, 0, curr.length()); in TestComparison()
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
D | StringBuilder.java | 681 public int codePointCount (int beginIndex, int endIndex) { in codePointCount() method in StringBuilder 685 return Character.codePointCount(chars, beginIndex, endIndex - beginIndex); in codePointCount()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | AlphabeticIndex.java | 826 int result = n1.codePointCount(0, n1.length()) - n2.codePointCount(0, n2.length()); in isOneLabelBetterThanOther()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | AlphabeticIndex.java | 798 int result = n1.codePointCount(0, n1.length()) - n2.codePointCount(0, n2.length()); in isOneLabelBetterThanOther()
|
D | TimeZoneFormat.java | 2649 int len = str.codePointCount(0, str.length());
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeZoneFormat.java | 2719 int len = str.codePointCount(0, str.length());
|
/external/icu/icu4j/tools/build/ |
D | icu4j48.api3.gz |
|
D | icu4j49.api3.gz | 12;ICU4J 49.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j52.api3.gz |
|
D | icu4j51.api3.gz | 12;ICU4J 51.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j50.api3.gz | 12;ICU4J 50.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j55.api3.gz |
|
D | icu4j53.api3.gz |
|