Home
last modified time | relevance | path

Searched refs:InitCalendar (Results 1 – 4 of 4) sorted by relevance

/base/global/i18n/frameworks/intl/include/
Di18n_calendar.h70 void InitCalendar(const icu::Locale &locale, CalendarType type);
/base/global/i18n/interfaces/js/kits/include/
Di18n_calendar_addon.h35 static napi_value InitCalendar(napi_env env, napi_value exports);
/base/global/i18n/frameworks/intl/src/
Di18n_calendar.cpp79 InitCalendar(tempLocale, type); in I18nCalendar()
82 void I18nCalendar::InitCalendar(const icu::Locale &locale, CalendarType type) in InitCalendar() function in OHOS::Global::I18n::I18nCalendar
/base/global/i18n/interfaces/js/kits/src/
Di18n_calendar_addon.cpp112 exports = I18nCalendarAddon::InitCalendar(env, exports); in InitI18nCalendar()
126 napi_value I18nCalendarAddon::InitCalendar(napi_env env, napi_value exports) in InitCalendar() function in OHOS::Global::I18n::I18nCalendarAddon