Home
last modified time | relevance | path

Searched refs:codePointCount (Results 1 – 25 of 35) sorted by relevance

12

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUScriptRun.java354 int codePointCount = UTF16.getCharCount(ch); in next() local
358 textIndex += codePointCount; in next()
398 textIndex -= codePointCount; in next()
DCharSequences.java79 return Character.codePointCount(s, 0, s.length()); in codePointLength()
DUCharacter.java6172 public static int codePointCount(CharSequence text, int start, int limit) { in codePointCount() method in UCharacter
6202 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/
DUScriptRun.java356 int codePointCount = UTF16.getCharCount(ch); in next() local
360 textIndex += codePointCount; in next()
400 textIndex -= codePointCount; in next()
DCharSequences.java81 return Character.codePointCount(s, 0, s.length()); in codePointLength()
DUCharacter.java5510 public static int codePointCount(CharSequence text, int start, int limit) { in codePointCount() method in UCharacter
5539 public static int codePointCount(char[] text, int start, int limit) { in codePointCount() method in UCharacter
/external/icu/icu4c/source/i18n/
Ddigitaffixesandpadding.cpp118 …int32_t codePointCount = countAffixChar32(prefix) + formatter.countChar32(digits) + countAffixChar… in format() local
119 int32_t paddingCount = fWidth - codePointCount; in format()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUCharacterSurrogateTest.java237 int val1 = UCharacter.codePointCount(s.toCharArray(), start, in TestCodePointCount()
239 int val2 = UCharacter.codePointCount(s, start, limit); in TestCodePointCount()
253 UCharacter.codePointCount(s, start, limit); in TestCodePointCount()
DUCharacterTest.java3280 UCharacter.codePointCount(one_char_text, 0, limitCases[i]);
3282 "but got " + UCharacter.codePointCount(one_char_text, 0, limitCases[i]) +
3435 UCharacter.codePointCount(reg_text, invalid_startCases[i], 1);
3437 "but got " + UCharacter.codePointCount(reg_text, invalid_startCases[i], 1) +
3447 UCharacter.codePointCount(reg_text, 100, limitCases[i]);
3449 "but got " + UCharacter.codePointCount(reg_text, 100, limitCases[i]) +
3459 UCharacter.codePointCount(empty_text, 0, limitCases[i]);
3461 "but got " + UCharacter.codePointCount(empty_text, 0, limitCases[i]) +
3468 UCharacter.codePointCount(one_char_text, 0, limitCases[i]);
3470 "but got " + UCharacter.codePointCount(one_char_text, 0, limitCases[i]) +
DUnicodeSetTest.java1656 int lastCount = Character.codePointCount(last, 0, last.length()); in TestComparison()
1657 int currCount = Character.codePointCount(curr, 0, curr.length()); in TestComparison()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterSurrogateTest.java236 int val1 = UCharacter.codePointCount(s.toCharArray(), start, in TestCodePointCount()
238 int val2 = UCharacter.codePointCount(s, start, limit); in TestCodePointCount()
252 UCharacter.codePointCount(s, start, limit); in TestCodePointCount()
DUCharacterTest.java3279 UCharacter.codePointCount(one_char_text, 0, limitCases[i]);
3281 "but got " + UCharacter.codePointCount(one_char_text, 0, limitCases[i]) +
3434 UCharacter.codePointCount(reg_text, invalid_startCases[i], 1);
3436 "but got " + UCharacter.codePointCount(reg_text, invalid_startCases[i], 1) +
3446 UCharacter.codePointCount(reg_text, 100, limitCases[i]);
3448 "but got " + UCharacter.codePointCount(reg_text, 100, limitCases[i]) +
3458 UCharacter.codePointCount(empty_text, 0, limitCases[i]);
3460 "but got " + UCharacter.codePointCount(empty_text, 0, limitCases[i]) +
3467 UCharacter.codePointCount(one_char_text, 0, limitCases[i]);
3469 "but got " + UCharacter.codePointCount(one_char_text, 0, limitCases[i]) +
DUnicodeSetTest.java1655 int lastCount = Character.codePointCount(last, 0, last.length()); in TestComparison()
1656 int currCount = Character.codePointCount(curr, 0, curr.length()); in TestComparison()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNumberingSystem.java268 int numCodepoints = str.codePointCount(0, str.length()); in isValidDigitString()
DAlphabeticIndex.java803 int result = n1.codePointCount(0, n1.length()) - n2.codePointCount(0, n2.length()); in isOneLabelBetterThanOther()
DTimeZoneFormat.java2652 int len = str.codePointCount(0, str.length());
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNumberingSystem.java277 int numCodepoints = str.codePointCount(0, str.length()); in isValidDigitString()
DTimeZoneFormat.java2722 int len = str.codePointCount(0, str.length());
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DAlphabeticIndex.java831 int result = n1.codePointCount(0, n1.length()) - n2.codePointCount(0, n2.length()); in isOneLabelBetterThanOther()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/icu/icu4j/tools/build/
Dicu4j48.api3.gz12;ICU4J 4.8;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j51.api3.gz
Dicu4j52.api3.gz
Dicu4j49.api3.gz

12