Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/java/lang/
DCharacter.java163 static int codePointCountImpl(char[] a, int offset, int count) { in codePointCountImpl() method in Character
/libcore/ojluni/src/main/java/java/lang/
DCharacter.java9352 return codePointCountImpl(a, offset, count); in codePointCount()
9355 static int codePointCountImpl(char[] a, int offset, int count) { in codePointCountImpl() method in Character