Home
last modified time | relevance | path

Searched defs:lunarDate (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_accessibility_property.cpp36 auto lunarDate = pattern->SolarToLunar(pickerDate); in GetText() local
H A Ddatepicker_model_ng.cpp784 LunarDate lunarDate; in getStartDate() local
796 LunarDate lunarDate; in getEndDate() local
808 LunarDate lunarDate; in getSelectedDate() local
H A Ddatepicker_pattern.cpp531 …auto lunarDate = dataPickerRowLayoutProperty->GetSelectedDate().value_or(SolarToLunar(GetSelectedD… in FlushColumn() local
834 auto lunarDate = GetCurrentLunarDate(nowLunarYear); in HandleReduceLunarDayChange() local
886 auto lunarDate = GetCurrentLunarDate(nowLunarYear); in HandleAddLunarDayChange() local
1008 auto lunarDate = GetCurrentLunarDateByMonthDaysColumn(nowLunarYear); in HandleAddLunarMonthDaysChange() local
1054 auto lunarDate = GetCurrentLunarDateByMonthDaysColumn(nowLunarYear); in HandleReduceLunarMonthDaysChange() local
1153 auto lunarDate = GetCurrentLunarDate(nowLunarYear); in HandleLunarMonthChange() local
1198 auto lunarDate = GetCurrentLunarDate(lastLunarYear); in HandleLunarYearChange() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_date_component.cpp80 auto lunarDate = SolarToLunar(selectedDate_); in OnColumnsBuilding() local
218 auto lunarDate = GetCurrentLunarDate(lastLunarYear); in HandleLunarYearChange() local
268 auto lunarDate = GetCurrentLunarDate(nowLunarYear); in HandleLunarMonthChange() local
393 auto lunarDate = GetCurrentLunarDate(nowLunarYear); in HandleAddLunarDayChange() local
434 auto lunarDate = GetCurrentLunarDate(nowLunarYear); in HandleReduceLunarDayChange() local
496 auto lunarDate = SolarToLunar(solarDate); in OnLunarCallback() local
H A Dpicker_datetime_component.cpp187 auto lunarDate = Localization::GetInstance()->GetLunarDate(date); in GetMonthDayFormatString() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_date_picker_modifier.cpp316 LunarDate lunarDate = DatePickerModelNG::getStartDate(frameNode); in GetStartDate() local
347 LunarDate lunarDate = DatePickerModelNG::getEndDate(frameNode); in GetEndDate() local
372 LunarDate lunarDate = DatePickerModelNG::getSelectedDate(frameNode); in GetSelectedDate() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_column_test_ng.cpp1745 auto lunarDate = datePickerPattern->GetCurrentLunarDateByMonthDaysColumn(SELECTED_YEAR); variable
1783 auto lunarDate = pickerPattern->GetCurrentLunarDateByMonthDaysColumn(SELECTED_YEAR); variable
H A Ddate_picker_test_update.cpp1705 LunarDate lunarDate; variable
H A Ddate_picker_test_ng.cpp1300 auto lunarDate = datePickerPattern->SolarToLunar(datePickerPattern->GetCurrentDate()); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/i18n/
H A Dlocalization.cpp622 int32_t lunarDate = chineseCalendar.get(UCalendarDateFields::UCAL_DATE, status); in GetIcuLunarDate() local