Searched refs:InitCalendar (Results 1 – 4 of 4) sorted by relevance
70 void InitCalendar(const icu::Locale &locale, CalendarType type);
35 static napi_value InitCalendar(napi_env env, napi_value exports);
79 InitCalendar(tempLocale, type); in I18nCalendar()82 void I18nCalendar::InitCalendar(const icu::Locale &locale, CalendarType type) in InitCalendar() function in OHOS::Global::I18n::I18nCalendar
112 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