Home
last modified time | relevance | path

Searched defs:hourType (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/i18n/
H A Dtime_format.h42 ZeroPrefixType hourType; member
52 static std::string GetHourFormat(const int32_t hourType, bool is24Hour) { in GetHourFormat()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_model.h44 virtual void SetDateTimeOptions(const ZeroPrefixType& hourType) {}; in SetDateTimeOptions()
H A Dtext_clock_model_ng.cpp130 void TextClockModelNG::SetDateTimeOptions(const ZeroPrefixType& hourType) in SetDateTimeOptions()
248 void TextClockModelNG::SetDateTimeOptions(FrameNode* frameNode, const ZeroPrefixType& hourType) in SetDateTimeOptions()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_model.h45 virtual void SetDateTimeOptions(ZeroPrefixType& hourType, in SetDateTimeOptions()
H A Dtimepicker_model_ng.cpp235 void TimePickerModelNG::SetDateTimeOptions(ZeroPrefixType& hourType, in SetDateTimeOptions()
615 void TimePickerModelNG::SetDateTimeOptions(FrameNode* frameNode, ZeroPrefixType& hourType, in SetDateTimeOptions()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dtext_clock_modifier.cpp171 void SetDateTimeOptions(ArkUINodeHandle node, ArkUI_Int32 hourType) in SetDateTimeOptions()
183 ZeroPrefixType hourType = ZeroPrefixType::AUTO; in ResetDateTimeOptions() local
H A Dnode_timepicker_modifier.cpp236 ArkUINodeHandle node, ArkUI_Int32 hourType, ArkUI_Int32 minuteType, ArkUI_Int32 secondType) in SetTimepickerDateTimeOptions()
250 ZeroPrefixType hourType = ZeroPrefixType::AUTO; in ResetTimepickerDateTimeOptions() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_text_clock.cpp367 ZeroPrefixType hourType = ZeroPrefixType::AUTO; in SetDateTimeOptions() local
H A Djs_datepicker.cpp1412 ZeroPrefixType hourType = ZeroPrefixType::AUTO; in DateTimeOptions() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_timepicker_bridge.cpp291 ZeroPrefixType hourType = ZeroPrefixType::AUTO; in SetTimepickerDateTimeOptions() local
H A Darkts_native_text_clock_bridge.cpp387 ZeroPrefixType hourType = ZeroPrefixType::AUTO; in SetDateTimeOptions() local