Home | History | Annotate | Download | only in calendar

Lines Matching defs:firstDigit

1989         char firstDigit = 'x';
2002 firstDigit = ch;
2010 if ( (firstDigit == '1' && foundDigits == 4) ||
2013 } else if (firstDigit == '1' && foundDigits == 1) {
2015 && ( (firstDigit == '1' && (foundDigits == 7)) || (foundDigits == 6))) {
2027 if ((firstDigit != '1' && (foundDigits == 7 || foundDigits == 10)) ||
2028 (firstDigit == '1' && foundDigits == 11)) {