Searched refs:codePointCountImpl (Results 1 – 2 of 2) sorted by relevance
323 return Character.codePointCountImpl(value, beginIndex, endIndex-beginIndex); in codePointCount()
5268 return codePointCountImpl(a, offset, count); in codePointCount()5271 static int codePointCountImpl(char[] a, int offset, int count) { in codePointCountImpl() method in Character