Searched refs:offsetByCodePointsImpl (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/java/java/lang/ |
D | AbstractStringBuilder.java | 348 return Character.offsetByCodePointsImpl(value, 0, count, in offsetByCodePoints()
|
D | Character.java | 5390 return offsetByCodePointsImpl(a, start, count, index, codePointOffset); in offsetByCodePoints() 5393 static int offsetByCodePointsImpl(char[]a, int start, int count, in offsetByCodePointsImpl() method in Character
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | Character.java | 177 static int offsetByCodePointsImpl( in offsetByCodePointsImpl() method in Character
|