Searched defs:MonkeyException (Results 1 - 2 of 2) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
H A DRBBIMonkeyTest.java785 class MonkeyException extends RuntimeException { class in class:RBBIMonkeyTest.RBBIMonkeyImpl
788 MonkeyException(String description, int pos) { method in class:RBBIMonkeyTest.RBBIMonkeyImpl.MonkeyException
810 } catch (MonkeyException e) {
840 throw new MonkeyException("Break Iterator Stall", bk);
843 throw new MonkeyException("Boundary out of bounds", bk);
869 throw new MonkeyException("following(i)", i);
881 throw new MonkeyException("Break Iterator Stall", bk);
884 throw new MonkeyException("Boundary out of bounds", bk);
927 throw new MonkeyException("preceding of trailing surrogate error", i);
936 throw new MonkeyException("precedin
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBIMonkeyTest.java782 class MonkeyException extends RuntimeException { class in class:RBBIMonkeyTest.RBBIMonkeyImpl
785 MonkeyException(String description, int pos) { method in class:RBBIMonkeyTest.RBBIMonkeyImpl.MonkeyException
807 } catch (MonkeyException e) {
837 throw new MonkeyException("Break Iterator Stall", bk);
840 throw new MonkeyException("Boundary out of bounds", bk);
866 throw new MonkeyException("following(i)", i);
878 throw new MonkeyException("Break Iterator Stall", bk);
881 throw new MonkeyException("Boundary out of bounds", bk);
924 throw new MonkeyException("preceding of trailing surrogate error", i);
933 throw new MonkeyException("precedin
[all...]

Completed in 74 milliseconds