Searched refs:GetHourCycle (Results 1 – 8 of 8) sorted by relevance
38 locale->GetHourCycle(); in DoSomethingInterestingWithMyAPI()
40 std::string GetHourCycle() const;
45 std::string GetHourCycle() const;
114 hourCycle = localeInfo->GetHourCycle(); in InitWithLocale()564 } else if (!(localeInfo->GetHourCycle()).empty()) { in GetResolvedOptions()565 map.insert(std::make_pair("hourCycle", localeInfo->GetHourCycle())); in GetResolvedOptions()642 std::string DateTimeFormat::GetHourCycle() const in GetHourCycle() function in OHOS::Global::I18n::DateTimeFormat
223 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);
93 EXPECT_EQ(dateFormat->GetHourCycle(), "h12");118 EXPECT_EQ(loc->GetHourCycle(), "h11");1398 res = formatter->GetHourCycle();1750 res = locale->GetHourCycle();
56 DECLARE_NAPI_GETTER("hourCycle", GetHourCycle), in InitLocale()806 napi_value IntlAddon::GetHourCycle(napi_env env, napi_callback_info info) in GetHourCycle() function in OHOS::Global::I18n::IntlAddon820 std::string value = obj->locale_->GetHourCycle(); in GetHourCycle()