Searched refs:startIndex (Results 1 – 1 of 1) sorted by relevance
390 private static int testNullIndex(String strNull, int c, int startIndex) { in testNullIndex() argument391 return strNull.indexOf(c, startIndex); in testNullIndex()