Searched refs:SolarDateCompare (Results 1 – 3 of 3) sorted by relevance
415 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
142 int SolarDateCompare(const PickerDate& left, const PickerDate& right) const;
708 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