Home
last modified time | relevance | path

Searched refs:SolarDateCompare (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.h415 if (SolarDateCompare(date, start) < 0) { in AdjustSolarDate()
419 if (SolarDateCompare(date, end) > 0) { in AdjustSolarDate()
429 static int SolarDateCompare(const PickerDate& left, const PickerDate& right) in SolarDateCompare() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_date_component.h142 int SolarDateCompare(const PickerDate& left, const PickerDate& right) const;
H A Dpicker_date_component.cpp708 if (SolarDateCompare(date, start) < 0) { in AdjustSolarDate()
712 if (SolarDateCompare(date, end) > 0) { in AdjustSolarDate()
728 int PickerDateComponent::SolarDateCompare(const PickerDate& left, const PickerDate& right) const in SolarDateCompare() function in OHOS::Ace::PickerDateComponent