Searched refs:indexOfExceptions (Results 1 – 1 of 1) sorted by relevance
94 static int indexOfExceptions(String s, String t) { in indexOfExceptions() method in Main297 indexOfExceptions(null, XYZ); in main()302 indexOfExceptions(ABC, null); in main()306 expectEquals(598, indexOfExceptions(ABC, XYZ)); in main()