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

  /external/chromium/base/third_party/nspr/
prtime.cc 773 int tmp_hour = -1; local
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;
    [all...]
  /external/chromium_org/base/third_party/nspr/
prtime.cc 778 int tmp_hour = -1; local
797 tmp_hour = ((rest[0]-'0')*10 +
800 tmp_hour = (rest[0]-'0');
846 if (tmp_hour <= 12)
854 tmp_hour = (tmp_hour == 12 ? 12 : tmp_hour + 12);
855 else if (tmp_hour == 12 &&
859 tmp_hour = 0;
    [all...]

Completed in 1142 milliseconds