Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Character/
DSupplementary.java404 int expectedHighIndex = length; in test05() local
412 expectedHighIndex++; in test05()
416 checkNewIndex(str, nCodePoints, index, expectedHighIndex); in test05()
433 checkNewIndex(a, nCodePoints, index, expectedHighIndex); in test05()
434 if (length != expectedHighIndex) { in test05()