Searched refs:LunarDateCompare (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_date_component.h | 144 int LunarDateCompare(const LunarDate& left, const LunarDate& right) const;
|
H A D | picker_date_component.cpp | 719 if (LunarDateCompare(date, startDateLunar_) < 0) { in AdjustLunarDate() 723 if (LunarDateCompare(date, endDateLunar_) > 0) { in AdjustLunarDate() 754 int PickerDateComponent::LunarDateCompare(const LunarDate& left, const LunarDate& right) const in LunarDateCompare() function in OHOS::Ace::PickerDateComponent
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_pattern.h | 170 int LunarDateCompare(const LunarDate& left, const LunarDate& right) const;
|
H A D | datepicker_pattern.cpp | 1500 if (LunarDateCompare(date, startDateLunar_) < 0) { in AdjustLunarDate() 1504 if (LunarDateCompare(date, endDateLunar_) > 0) { in AdjustLunarDate() 1509 int DatePickerPattern::LunarDateCompare(const LunarDate& left, const LunarDate& right) const in LunarDateCompare() function in OHOS::Ace::NG::DatePickerPattern
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/ |
H A D | date_picker_test_ng.cpp | 2384 auto ret = pickerPattern->LunarDateCompare(lunarDateLeft, lunarDateRight); 2390 ret = pickerPattern->LunarDateCompare(lunarDateRight, lunarDateLeft); 2397 ret = pickerPattern->LunarDateCompare(lunarDateLeft, lunarDateRight); 2404 ret = pickerPattern->LunarDateCompare(lunarDateLeft, lunarDateRight); 2410 ret = pickerPattern->LunarDateCompare(lunarDateRight, lunarDateLeft);
|