Home | History | Annotate | Download | only in am

Lines Matching refs:lastPos

396         int lastPos = 0;
403 if (lastPos == 0) {
410 if (lastPos < (i-1)) {
411 String str = arg.substring(lastPos, i);
424 lastPos = i + 1;