Home | History | Annotate | Download | only in calendar

Lines Matching refs:firstDigit

2012         char firstDigit = 'x';
2025 firstDigit = ch;
2033 if ( (firstDigit == '1' && foundDigits == 4) ||
2036 } else if (firstDigit == '1' && foundDigits == 1) {
2038 && ( (firstDigit == '1' && (foundDigits == 7)) || (foundDigits == 6))) {
2050 if ((firstDigit != '1' && (foundDigits == 7 || foundDigits == 10)) ||
2051 (firstDigit == '1' && foundDigits == 11)) {