Home | History | Annotate | Download | only in nspr

Lines Matching refs:tmp_hour

773                         int tmp_hour = -1;
792 tmp_hour = ((rest[0]-'0')*10 +
795 tmp_hour = (rest[0]-'0');
841 if (tmp_hour <= 12)
849 tmp_hour = (tmp_hour == 12 ? 12 : tmp_hour + 12);
850 else if (tmp_hour == 12 &&
854 tmp_hour = 0;
857 hour = tmp_hour;