Home
last modified time | relevance | path

Searched refs:LunarDateCompare (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_date_component.h144 int LunarDateCompare(const LunarDate& left, const LunarDate& right) const;
H A Dpicker_date_component.cpp719 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 Ddatepicker_pattern.h170 int LunarDateCompare(const LunarDate& left, const LunarDate& right) const;
H A Ddatepicker_pattern.cpp1500 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 Ddate_picker_test_ng.cpp2384 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);