Home
last modified time | relevance | path

Searched refs:codePointOffset (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java6342 public static int offsetByCodePoints(CharSequence text, int index, int codePointOffset) { in offsetByCodePoints() argument
6348 if (codePointOffset < 0) { in offsetByCodePoints()
6349 while (++codePointOffset <= 0) { in offsetByCodePoints()
6354 if (++codePointOffset > 0) { in offsetByCodePoints()
6362 while (--codePointOffset >= 0) { in offsetByCodePoints()
6367 if (--codePointOffset < 0) { in offsetByCodePoints()
6391 int codePointOffset) { in offsetByCodePoints() argument
6400 if (codePointOffset < 0) { in offsetByCodePoints()
6401 while (++codePointOffset <= 0) { in offsetByCodePoints()
6411 if (++codePointOffset > 0) { in offsetByCodePoints()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUCharacter.java5674 public static int offsetByCodePoints(CharSequence text, int index, int codePointOffset) { in offsetByCodePoints() argument
5680 if (codePointOffset < 0) { in offsetByCodePoints()
5681 while (++codePointOffset <= 0) { in offsetByCodePoints()
5686 if (++codePointOffset > 0) { in offsetByCodePoints()
5694 while (--codePointOffset >= 0) { in offsetByCodePoints()
5699 if (--codePointOffset < 0) { in offsetByCodePoints()
5722 int codePointOffset) { in offsetByCodePoints() argument
5731 if (codePointOffset < 0) { in offsetByCodePoints()
5732 while (++codePointOffset <= 0) { in offsetByCodePoints()
5742 if (++codePointOffset > 0) { in offsetByCodePoints()
[all …]