Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Character/
DSupplementary.java417 int expectedLowIndex = i; in test05() local
421 expectedLowIndex--; in test05()
425 checkNewIndex(str, -nCodePoints, index, expectedLowIndex); in test05()
441 checkNewIndex(a, -nCodePoints, index, expectedLowIndex); in test05()
442 if (i != expectedLowIndex) { in test05()