Home | History | Annotate | Download | only in intltest

Lines Matching refs:minutes

225     int32_t offset, hours, minutes, seconds;
272 minutes = (offset%3600000)/60000;
275 (int32_t)hours + ":" + (minutes < 10 ? "0" : "") + (int32_t)minutes;