Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DUCharacter.java5786 public static int offsetByCodePoints(CharSequence text, int index, int codePointOffset) { in offsetByCodePoints() argument
5792 if (codePointOffset < 0) { in offsetByCodePoints()
5793 while (++codePointOffset <= 0) { in offsetByCodePoints()
5798 if (++codePointOffset > 0) { in offsetByCodePoints()
5806 while (--codePointOffset >= 0) { in offsetByCodePoints()
5811 if (--codePointOffset < 0) { in offsetByCodePoints()
5834 int codePointOffset) { in offsetByCodePoints() argument
5843 if (codePointOffset < 0) { in offsetByCodePoints()
5844 while (++codePointOffset <= 0) { in offsetByCodePoints()
5854 if (++codePointOffset > 0) { in offsetByCodePoints()
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java6623 public static int offsetByCodePoints(CharSequence text, int index, int codePointOffset) { in offsetByCodePoints() argument
6629 if (codePointOffset < 0) { in offsetByCodePoints()
6630 while (++codePointOffset <= 0) { in offsetByCodePoints()
6635 if (++codePointOffset > 0) { in offsetByCodePoints()
6643 while (--codePointOffset >= 0) { in offsetByCodePoints()
6648 if (--codePointOffset < 0) { in offsetByCodePoints()
6672 int codePointOffset) { in offsetByCodePoints() argument
6681 if (codePointOffset < 0) { in offsetByCodePoints()
6682 while (++codePointOffset <= 0) { in offsetByCodePoints()
6692 if (++codePointOffset > 0) { in offsetByCodePoints()
[all …]