Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Character/
DSupplementary.java682 char[] nullArray = null; in testExceptions02() local
683 callCodePoint(At, nullArray, 0, NullPointerException.class); in testExceptions02()
687 callCodePoint(Before, nullArray, 0, NullPointerException.class); in testExceptions02()
693 callCodePoint(At, nullArray, 0, 1, NullPointerException.class); in testExceptions02()
701 callCodePoint(Before, nullArray, 1, 0, NullPointerException.class); in testExceptions02()
711 callCodePointCount(nullArray, 0, 0, NullPointerException.class); in testExceptions02()
720 callOffsetByCodePoints(nullArray, 0, 0, 0, 0, NullPointerException.class); in testExceptions02()