Searched refs:GetHourCycle (Results 1 – 9 of 9) sorted by relevance
38 locale->GetHourCycle(); in DoSomethingInterestingWithMyAPI()
39 dateTimeFormat.GetHourCycle(); in DoSomethingInterestingWithMyAPI()
40 std::string GetHourCycle() const;
45 std::string GetHourCycle() const;
129 hourCycle = localeInfo->GetHourCycle(); in InitWithLocale()634 } else if (!(localeInfo->GetHourCycle()).empty()) { in GetResolvedOptions()635 map.insert(std::make_pair("hourCycle", localeInfo->GetHourCycle())); in GetResolvedOptions()712 std::string DateTimeFormat::GetHourCycle() const in GetHourCycle() function in OHOS::Global::I18n::DateTimeFormat
225 std::string LocaleInfo::GetHourCycle() const in GetHourCycle() function in OHOS::Global::I18n::LocaleInfo
76 static napi_value GetHourCycle(napi_env env, napi_callback_info info);
169 EXPECT_EQ(dateFormat->GetHourCycle(), "h12");194 EXPECT_EQ(loc->GetHourCycle(), "h11");1565 res = formatter->GetHourCycle();1916 res = locale->GetHourCycle();
63 DECLARE_NAPI_GETTER_SETTER("hourCycle", GetHourCycle, SetProperty), in InitLocale()806 napi_value IntlAddon::GetHourCycle(napi_env env, napi_callback_info info) in GetHourCycle() function in OHOS::Global::I18n::IntlAddon818 std::string value = obj->locale_->GetHourCycle(); in GetHourCycle()