Searched refs:indexOfExceptions (Results 1 - 1 of 1) sorted by relevance

/art/test/624-checker-stringops/src/
H A DMain.java91 /// CHECK-START: int Main.indexOfExceptions(java.lang.String, java.lang.String) licm (after)
94 static int indexOfExceptions(String s, String t) { method in class:Main
297 indexOfExceptions(null, XYZ);
302 indexOfExceptions(ABC, null);
306 expectEquals(598, indexOfExceptions(ABC, XYZ));

Completed in 23 milliseconds