Home | History | Annotate | Download | only in src

Lines Matching full:startindex

390   private static int testNullIndex(String strNull, int c, int startIndex) {
391 return strNull.indexOf(c, startIndex);