Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Ddate_time_format_module.cpp538 uint16_t monthId = KeyParser::ParseKeyId(monthStyle, len); in GetMonthStyle() local
540 if (!KeyParser::IsKeyValid(monthId)) { in GetMonthStyle()
544 switch (monthId) { in GetMonthStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_model_ng.cpp67 auto monthId = datePickerPattern->GetMonthId(); in CreateDatePicker() local
87 … V2::COLUMN_ETS_TAG, monthId, []() { return AceType::MakeRefPtr<DatePickerColumnPattern>(); }); in CreateDatePicker()
203 auto monthId = datePickerPattern->GetMonthId(); in CreateFrameNode() local
229 … V2::COLUMN_ETS_TAG, monthId, []() { return AceType::MakeRefPtr<DatePickerColumnPattern>(); }); in CreateFrameNode()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_column_test_ng.cpp251 auto monthId = pattern->GetMonthId(); in CreateMonthColumnNode() local
253 … V2::COLUMN_ETS_TAG, monthId, []() { return AceType::MakeRefPtr<DatePickerColumnPattern>(); }); in CreateMonthColumnNode()
H A Ddate_picker_order_test.cpp222 auto monthId = pattern->GetMonthId(); in CreateMonthColumnNode() local
224 … V2::COLUMN_ETS_TAG, monthId, []() { return AceType::MakeRefPtr<DatePickerColumnPattern>(); }); in CreateMonthColumnNode()