Home
last modified time | relevance | path

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

/aosp12/art/test/082-inline-execute/src/
H A DMain.java373 testNullIndex(strNull, 'a'); in testIndexOfNull()
378 testNullIndex(strNull, 'a', 0); in testIndexOfNull()
383 testNullIndex(strNull, 'a', -1); in testIndexOfNull()
389 private static int testNullIndex(String strNull, int c) { in testNullIndex() method in Main
393 private static int testNullIndex(String strNull, int c, int startIndex) { in testNullIndex() method in Main