Home
last modified time | relevance | path

Searched refs:secondFormatIndex (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.cpp305 uint8_t secondFormatIndex = monthStyleIndex; in FormatDate() local
309 secondFormatIndex = dayStyleIndex; in FormatDate()
317 …FormatDigit(dateStr + formatIndex, res, resSize, start, digitArray_[secondFormatIndex]) + formatIn… in FormatDate()