Searched defs:hourType (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/i18n/ |
H A D | time_format.h | 42 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 D | text_clock_model.h | 44 virtual void SetDateTimeOptions(const ZeroPrefixType& hourType) {}; in SetDateTimeOptions()
|
H A D | text_clock_model_ng.cpp | 130 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 D | timepicker_model.h | 45 virtual void SetDateTimeOptions(ZeroPrefixType& hourType, in SetDateTimeOptions()
|
H A D | timepicker_model_ng.cpp | 235 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 D | text_clock_modifier.cpp | 171 void SetDateTimeOptions(ArkUINodeHandle node, ArkUI_Int32 hourType) in SetDateTimeOptions() 183 ZeroPrefixType hourType = ZeroPrefixType::AUTO; in ResetDateTimeOptions() local
|
H A D | node_timepicker_modifier.cpp | 236 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 D | js_text_clock.cpp | 367 ZeroPrefixType hourType = ZeroPrefixType::AUTO; in SetDateTimeOptions() local
|
H A D | js_datepicker.cpp | 1412 ZeroPrefixType hourType = ZeroPrefixType::AUTO; in DateTimeOptions() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_timepicker_bridge.cpp | 291 ZeroPrefixType hourType = ZeroPrefixType::AUTO; in SetTimepickerDateTimeOptions() local
|
H A D | arkts_native_text_clock_bridge.cpp | 387 ZeroPrefixType hourType = ZeroPrefixType::AUTO; in SetDateTimeOptions() local
|