Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/datetimeformat_fuzzer/
H A Ddatetimeformat_fuzzer.cpp41 dateTimeFormat.GetTimeZoneName(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Ddate_time_format.h47 std::string GetTimeZoneName() const;
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test.cpp602 EXPECT_EQ(dateFormat->GetTimeZoneName(), "short");
1569 res = formatter->GetTimeZoneName();
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Ddate_time_format.cpp722 std::string DateTimeFormat::GetTimeZoneName() const in GetTimeZoneName() function in OHOS::Global::I18n::DateTimeFormat