Searched refs:testNullIndex (Results 1 – 1 of 1) sorted by relevance
370 testNullIndex(strNull, 'a'); in testIndexOfNull()375 testNullIndex(strNull, 'a', 0); in testIndexOfNull()380 testNullIndex(strNull, 'a', -1); in testIndexOfNull()386 private static int testNullIndex(String strNull, int c) { in testNullIndex() method in Main390 private static int testNullIndex(String strNull, int c, int startIndex) { in testNullIndex() method in Main