Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Ddate_time_format_module.cpp348 const uint8_t hourIndex = 3; in FormatTime() local
353 curIndex = FormatDigit(timeStr, res, resSize, start, digitArray_[hourIndex]); in FormatTime()
608 const uint8_t hourIndex = 3; in SetTimeStyle() local
609 StyleState hourStyle = GetStyle(style, "hour", hourIndex); in SetTimeStyle()