Home | History | Annotate | Download | only in am

Lines Matching refs:lastPos

388         int lastPos = 0;
395 if (lastPos == 0) {
402 if (lastPos < (i-1)) {
403 String str = arg.substring(lastPos, i);
416 lastPos = i + 1;