Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Ddate_time_format_impl.cpp210 bool isHour = true; in ParseZoneInfo() local
218 } else if (cur == ':' && isHour) { in ParseZoneInfo()
222 isHour = false; in ParseZoneInfo()
227 if (!isHour && (temp != 0)) { in ParseZoneInfo()