Home
last modified time | relevance | path

Searched defs:nCodePoints (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/lang/StringBuilder/
DSupplementary.java270 int nCodePoints = Character.codePointCount(sb, j, length); in test6() local
288 int nCodePoints = Character.codePointCount(sb, 0, j); in test6() local
/libcore/ojluni/src/test/java/lang/StringBuffer/
DSupplementary.java268 int nCodePoints = Character.codePointCount(sb, j, length); in test6() local
286 int nCodePoints = Character.codePointCount(sb, 0, j); in test6() local