Home
last modified time | relevance | path

Searched defs:lunarDate (Results 1 - 9 of 9) sorted by relevance

/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_pattern.cpp629 auto lunarDate = dataPickerRowLayoutProperty->GetSelectedDate().value_or(SolarToLunar(GetSelectedDate())); in FlushColumn() local
932 auto lunarDate = GetCurrentLunarDate(nowLunarYear); in HandleReduceLunarDayChange() local
984 auto lunarDate = GetCurrentLunarDate(nowLunarYear); HandleAddLunarDayChange() local
1106 auto lunarDate = GetCurrentLunarDateByMonthDaysColumn(nowLunarYear); HandleAddLunarMonthDaysChange() local
1152 auto lunarDate = GetCurrentLunarDateByMonthDaysColumn(nowLunarYear); HandleReduceLunarMonthDaysChange() local
1251 auto lunarDate = GetCurrentLunarDate(nowLunarYear); HandleLunarMonthChange() local
1296 auto lunarDate = GetCurrentLunarDate(lastLunarYear); HandleLunarYearChange() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_datetime_component.cpp187 auto lunarDate = Localization::GetInstance()->GetLunarDate(date); in GetMonthDayFormatString() local
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); HandleLunarMonthChange() local
393 auto lunarDate = GetCurrentLunarDate(nowLunarYear); HandleAddLunarDayChange() local
434 auto lunarDate = GetCurrentLunarDate(nowLunarYear); HandleReduceLunarDayChange() local
496 auto lunarDate = SolarToLunar(solarDate); OnLunarCallback() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_test_update.cpp1679 LunarDate lunarDate; in HWTEST_F() local
[all...]
H A Ddate_picker_column_test_ng.cpp1764 auto lunarDate = datePickerPattern->GetCurrentLunarDateByMonthDaysColumn(SELECTED_YEAR); in HWTEST_F() local
1802 auto lunarDate = pickerPattern->GetCurrentLunarDateByMonthDaysColumn(SELECTED_YEAR); in HWTEST_F() local
H A Ddate_picker_test_ng.cpp1273 auto lunarDate = datePickerPattern->SolarToLunar(datePickerPattern->GetCurrentDate()); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_date_picker_modifier.cpp312 LunarDate lunarDate = DatePickerModelNG::getStartDate(frameNode); in GetStartDate() local
343 LunarDate lunarDate = DatePickerModelNG::getEndDate(frameNode); in GetEndDate() local
368 LunarDate lunarDate = DatePickerModelNG::getSelectedDate(frameNode); in GetSelectedDate() local
[all...]
/foundation/arkui/ace_engine/frameworks/base/i18n/
H A Dlocalization.cpp622 int32_t lunarDate = chineseCalendar.get(UCalendarDateFields::UCAL_DATE, status); in GetIcuLunarDate() local

Completed in 23 milliseconds