Home | History | Annotate | Download | only in templates

Lines Matching refs:maxPosition

2014     private int maxPosition;
2027 maxPosition = str.length();
2048 if (currentPosition >= maxPosition)
2055 while ((currentPosition < maxPosition)
2080 while (pos < maxPosition)
2114 return (currentPosition >= maxPosition) ? false : true;
2132 while (currpos < maxPosition)
2136 while ((currpos < maxPosition)