Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/i18n/
H A Dtime_format.h63 static std::string GetMinuteFormat(const int32_t minuteType) { in GetMinuteFormat() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_layout_property.h97 options->Put("minute", TimeFormat::GetMinuteFormat(GetPrefixMinuteValue(0)).c_str()); in ToJsonValue()