Home | History | Annotate | Download | only in args

Lines Matching refs:sindex

474                 int sindex = Integer.MAX_VALUE;
479 if ((index > 0) && (index < sindex))
482 sindex = index;
488 nv [0] = name.substring (0, sindex);
489 nv [1] = name.substring (sindex + 1);