Searched refs:LunarDate (Results 1 - 14 of 14) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_date_component.h | 101 LunarDate GetCurrentLunarDate(uint32_t lunarYear) const; 131 LunarDate SolarToLunar(const PickerDate& date) const; 132 PickerDate LunarToSolar(const LunarDate& date) const; 140 void LunarColumnsBuilding(const LunarDate& current); 144 int LunarDateCompare(const LunarDate& left, const LunarDate& right) const; 149 void AdjustLunarDate(LunarDate& date) const; 153 LunarDate startDateLunar_; 155 LunarDate endDateLunar_;
|
H A D | picker_date_component.cpp | 159 LunarDate PickerDateComponent::GetCurrentLunarDate(uint32_t lunarYear) const in GetCurrentLunarDate() 161 LunarDate lunarResult; in GetCurrentLunarDate() 508 LunarDate PickerDateComponent::SolarToLunar(const PickerDate& date) const in SolarToLunar() 517 PickerDate PickerDateComponent::LunarToSolar(const LunarDate& date) const in LunarToSolar() 627 void PickerDateComponent::LunarColumnsBuilding(const LunarDate& current) in LunarColumnsBuilding() 717 void PickerDateComponent::AdjustLunarDate(LunarDate& date) const in AdjustLunarDate() 754 int PickerDateComponent::LunarDateCompare(const LunarDate& left, const LunarDate& right) const in LunarDateCompare()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_pattern.h | 113 void LunarColumnsBuilding(const LunarDate& current); 117 void LunarMonthDaysColumnBuilding(const LunarDate& current); 129 LunarDate GetCurrentLunarDate(uint32_t lunarYear) const; 154 LunarDate GetCurrentLunarDateByMonthDaysColumn(uint32_t lunarYear) const; 166 void AdjustLunarDate(LunarDate& date); 168 int LunarDateCompare(const LunarDate& left, const LunarDate& right) const; 350 LunarDate SolarToLunar(const PickerDate& date) const; 352 PickerDate LunarToSolar(const LunarDate& date) const; 364 const LunarDate [all...] |
H A D | datepicker_model_ng.h | 66 static LunarDate getStartDate(FrameNode* frameNode); 67 static LunarDate getEndDate(FrameNode* frameNode); 68 static LunarDate getSelectedDate(FrameNode* frameNode);
|
H A D | datepicker_row_layout_property.h | 144 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(SelectedDate, LunarDate, PROPERTY_UPDATE_RENDER); 146 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(StartDate, LunarDate, PROPERTY_UPDATE_RENDER); 147 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(EndDate, LunarDate, PROPERTY_UPDATE_RENDER);
|
H A D | datepicker_model_ng.cpp | 780 LunarDate DatePickerModelNG::getStartDate(FrameNode* frameNode) 782 LunarDate lunarDate; 792 LunarDate DatePickerModelNG::getEndDate(FrameNode* frameNode) 794 LunarDate lunarDate; 804 LunarDate DatePickerModelNG::getSelectedDate(FrameNode* frameNode) 806 LunarDate lunarDate;
|
H A D | datepicker_pattern.cpp | 1311 LunarDate DatePickerPattern::GetCurrentLunarDate(uint32_t lunarYear) const in GetCurrentLunarDate() 1313 LunarDate lunarResult; in GetCurrentLunarDate() 1532 LunarDate DatePickerPattern::GetCurrentLunarDateByMonthDaysColumn(uint32_t lunarYear) const in GetCurrentLunarDateByMonthDaysColumn() 1534 LunarDate lunarResult; in GetCurrentLunarDateByMonthDaysColumn() 1588 void DatePickerPattern::AdjustLunarDate(LunarDate& date) in AdjustLunarDate() 1607 int DatePickerPattern::LunarDateCompare(const LunarDate& left, const LunarDate& right) const in LunarDateCompare() 1636 void DatePickerPattern::LunarColumnsBuilding(const LunarDate& current) in LunarColumnsBuilding() 1867 void DatePickerPattern::LunarMonthDaysColumnBuilding(const LunarDate& current) in LunarMonthDaysColumnBuilding() 1997 void DatePickerPattern::FillLunarMonthDaysOptions(const LunarDate [all...] |
/foundation/arkui/ace_engine/frameworks/base/i18n/ |
H A D | localization.h | 36 struct LunarDate : Date { struct 39 bool operator==(const LunarDate& lunarDate) const in operator ==() 47 bool operator!=(const LunarDate& lunarDate) const in operator !=() 204 LunarDate GetLunarDate(Date date); 277 LunarDate GetIcuLunarDate(Date date);
|
H A D | localization.cpp | 569 LunarDate Localization::GetLunarDate(Date date) in GetLunarDate() 575 LunarDate dateRet; in GetLunarDate() 594 LunarDate Localization::GetIcuLunarDate(Date date) in GetIcuLunarDate() 596 LunarDate dateRet; in GetIcuLunarDate()
|
/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_localization.cpp | 115 LunarDate Localization::GetLunarDate(Date date) in GetLunarDate() 117 LunarDate dateRet; in GetLunarDate()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_date_picker_modifier.cpp | 312 LunarDate lunarDate = DatePickerModelNG::getStartDate(frameNode); in GetStartDate() 343 LunarDate lunarDate = DatePickerModelNG::getEndDate(frameNode); in GetEndDate() 368 LunarDate lunarDate = DatePickerModelNG::getSelectedDate(frameNode); in GetSelectedDate()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/ |
H A D | date_picker_column_test_ng.cpp | 1723 LunarDate current; in HWTEST_F() 1827 LunarDate current; in HWTEST_F() 1857 LunarDate current; in HWTEST_F() 1885 LunarDate startDate, endDate; in HWTEST_F() 1896 LunarDate current; in HWTEST_F()
|
H A D | date_picker_test_update.cpp | 1679 LunarDate lunarDate; in HWTEST_F()
|
H A D | date_picker_test_ng.cpp | 2349 LunarDate lunarDateLeft, lunarDateRight; in HWTEST_F() 2406 LunarDate startDate, endDate; in HWTEST_F() 2454 LunarDate startDate, endDate; in HWTEST_F()
|
Completed in 38 milliseconds