Searched refs:codePointOffset (Results 1 – 2 of 2) sorted by relevance
5786 public static int offsetByCodePoints(CharSequence text, int index, int codePointOffset) { in offsetByCodePoints() argument5792 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() argument5843 if (codePointOffset < 0) { in offsetByCodePoints()5844 while (++codePointOffset <= 0) { in offsetByCodePoints()5854 if (++codePointOffset > 0) { in offsetByCodePoints()[all …]
6623 public static int offsetByCodePoints(CharSequence text, int index, int codePointOffset) { in offsetByCodePoints() argument6629 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() argument6681 if (codePointOffset < 0) { in offsetByCodePoints()6682 while (++codePointOffset <= 0) { in offsetByCodePoints()6692 if (++codePointOffset > 0) { in offsetByCodePoints()[all …]