Home | History | Annotate | Download | only in calendar

Lines Matching full:endpos

1911         int endPos = text.length() - NANP_MIN_DIGITS + 1;
1912 if (endPos < 0) {
1920 while (startPos < endPos) {
1922 while (Character.isWhitespace(text.charAt(startPos)) && startPos < endPos) {
1925 if (startPos == endPos) {
1937 while (!Character.isWhitespace(text.charAt(startPos)) && startPos < endPos) {
1979 int endPos = text.length();
1985 while (curPos <= endPos) {
1987 if (curPos < endPos) {