Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Character/
DSupplementary.java639 CharSequence nullSeq = null; in testExceptions01() local
641 callCodePoint(At, nullSeq, 0, NullPointerException.class); in testExceptions01()
647 callCodePoint(Before, nullSeq, 0, NullPointerException.class); in testExceptions01()
653 callCodePointCount(nullSeq, 0, 0, NullPointerException.class); in testExceptions01()
659 callOffsetByCodePoints(nullSeq, 0, 0, NullPointerException.class); in testExceptions01()