Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_component.h434 CalendarType GetCalendarType() const in GetCalendarType() function
529 CalendarType GetCalendarType() const in GetCalendarType() function
H A Dcalendar_element.cpp247 attr.type = calendar->GetCalendarType(); in UpdateAttr()
H A Drender_calendar.cpp57 type_ = calendarMonth->GetCalendarType(); in Update()
/ohos5.0/base/global/i18n/interfaces/js/kits/include/
H A Di18n_calendar_addon.h54 static CalendarType GetCalendarType(napi_env env, napi_value value);
/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Di18n_calendar_addon.cpp199 CalendarType type = GetCalendarType(env, argv[1]); in I18nCalendarConstructor()
696 CalendarType I18nCalendarAddon::GetCalendarType(napi_env env, napi_value value) in GetCalendarType() function in OHOS::Global::I18n::I18nCalendarAddon