Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/text/BreakIterator/
DExceptionTest.java67 checkFollowingException(bi, i); in main()
68 checkFollowingException(mirror, i); in main()
72 checkFollowingException(bi, length + i); in main()
73 checkFollowingException(mirror, length + i); in main()
127 private static void checkFollowingException(BreakIterator bi, int offset) { in checkFollowingException() method in ExceptionTest