Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/java/lang/
DCharacter.java177 static int offsetByCodePointsImpl( in offsetByCodePointsImpl() method in Character
/libcore/ojluni/src/main/java/java/lang/
DCharacter.java9453 return offsetByCodePointsImpl(a, start, count, index, codePointOffset); in offsetByCodePoints()
9456 static int offsetByCodePointsImpl(char[]a, int start, int count, in offsetByCodePointsImpl() method in Character