Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DAbstractStringBuilder.java349 return Character.offsetByCodePointsImpl(value, 0, count, in offsetByCodePoints()
DCharacter.java5379 return offsetByCodePointsImpl(a, start, count, index, codePointOffset); in offsetByCodePoints()
5382 static int offsetByCodePointsImpl(char[]a, int start, int count, in offsetByCodePointsImpl() method in Character