Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/datetimeformat_fuzzer/
H A Ddatetimeformat_fuzzer.cpp44 dateTimeFormat.GetWeekday(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Ddate_time_format.h50 std::string GetWeekday() const;
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test.cpp167 EXPECT_EQ(dateFormat->GetWeekday(), "long");
1609 res = formatter->GetWeekday();
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Ddate_time_format.cpp737 std::string DateTimeFormat::GetWeekday() const in GetWeekday() function in OHOS::Global::I18n::DateTimeFormat