Home
last modified time | relevance | path

Searched refs:MINUTE_IN_MILLIS (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Ddate_time_format_impl.cpp521 int32_t sec = milliseconds % MINUTE_IN_MILLIS / SECOND_IN_MILLIS; in FormatElapsedDuration()
524 min = milliseconds / MINUTE_IN_MILLIS; in FormatElapsedDuration()
526 min = milliseconds % HOUR_IN_MILLIS / MINUTE_IN_MILLIS; in FormatElapsedDuration()
/ohos5.0/base/global/i18n_lite/frameworks/i18n/include/
H A Ddate_time_format_impl.h43 #define MINUTE_IN_MILLIS 60000 macro