Searched refs:GetCalendar (Results 1 – 9 of 9) sorted by relevance
36 locale->GetCalendar(); in DoSomethingInterestingWithMyAPI()
38 std::string GetCalendar() const;
74 static napi_value GetCalendar(napi_env env, napi_callback_info info);
117 static napi_value GetCalendar(napi_env env, napi_callback_info info);
213 std::string LocaleInfo::GetCalendar() const in GetCalendar() function in OHOS::Global::I18n::LocaleInfo
551 if (!(localeInfo->GetCalendar()).empty()) { in GetResolvedOptions()552 map.insert(std::make_pair("calendar", localeInfo->GetCalendar())); in GetResolvedOptions()
117 EXPECT_EQ(loc->GetCalendar(), "japanese");1746 res = locale->GetCalendar();
54 DECLARE_NAPI_GETTER("calendar", GetCalendar), in InitLocale()756 napi_value IntlAddon::GetCalendar(napi_env env, napi_callback_info info) in GetCalendar() function in OHOS::Global::I18n::IntlAddon770 std::string value = obj->locale_->GetCalendar(); in GetCalendar()
139 properties[11] = DECLARE_NAPI_FUNCTION("getCalendar", GetCalendar); // 11 is properties index in CreateInitProperties()1764 napi_value I18nAddon::GetCalendar(napi_env env, napi_callback_info info) in GetCalendar() function in OHOS::Global::I18n::I18nAddon