Searched refs:codePointOffset (Results 1 – 2 of 2) sorted by relevance
6342 public static int offsetByCodePoints(CharSequence text, int index, int codePointOffset) { in offsetByCodePoints() argument6348 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() argument6400 if (codePointOffset < 0) { in offsetByCodePoints()6401 while (++codePointOffset <= 0) { in offsetByCodePoints()6411 if (++codePointOffset > 0) { in offsetByCodePoints()[all …]
5674 public static int offsetByCodePoints(CharSequence text, int index, int codePointOffset) { in offsetByCodePoints() argument5680 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() argument5731 if (codePointOffset < 0) { in offsetByCodePoints()5732 while (++codePointOffset <= 0) { in offsetByCodePoints()5742 if (++codePointOffset > 0) { in offsetByCodePoints()[all …]