Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n_lite/frameworks/i18n/include/
H A Ddate_time_format_impl.h33 #define SECONDS_IN_MINUTE 60 macro
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Ddate_time_format_impl.cpp230 ret = SECONDS_IN_HOUR * hour + minute * SECONDS_IN_MINUTE; in ParseZoneInfo()