Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DAbstractStringBuilder.java323 return Character.codePointCountImpl(value, beginIndex, endIndex-beginIndex); in codePointCount()
DCharacter.java5268 return codePointCountImpl(a, offset, count); in codePointCount()
5271 static int codePointCountImpl(char[] a, int offset, int count) { in codePointCountImpl() method in Character