Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DAbstractStringBuilder.java348 return Character.offsetByCodePointsImpl(value, 0, count, in offsetByCodePoints()
DCharacter.java5390 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/
DCharacter.java177 static int offsetByCodePointsImpl( in offsetByCodePointsImpl() method in Character