HomeSort by relevance Sort by last modified time
    Searched full:tmp_hour (Results 1 - 1 of 1) sorted by null

  /external/chromium/base/third_party/nspr/
prtime.cc 772 int tmp_hour = -1; local
791 tmp_hour = ((rest[0]-'0')*10 +
794 tmp_hour = (rest[0]-'0');
840 if (tmp_hour <= 12)
848 tmp_hour = (tmp_hour == 12 ? 12 : tmp_hour + 12);
849 else if (tmp_hour == 12 &&
853 tmp_hour = 0;
856 hour = tmp_hour;
    [all...]

Completed in 44 milliseconds