Home | History | Annotate | Download | only in calendar

Lines Matching refs:firstDigit

1387         char firstDigit = 'x';
1399 firstDigit = ch;
1407 if (!( (firstDigit == '1' && (foundDigits == 1 || foundDigits == 4)) ||
1419 if ((firstDigit != '1' && (foundDigits == 7 || foundDigits == 10)) ||
1420 (firstDigit == '1' && foundDigits == 11)) {