Home
last modified time | relevance | path

Searched refs:dateTimeFormat (Results 1 - 3 of 3) sorted by relevance

/base/global/i18n/frameworks/intl/test/fuzztest/datetimeformat_fuzzer/
H A Ddatetimeformat_fuzzer.cpp33 DateTimeFormat dateTimeFormat(localeTags, configs); in DoSomethingInterestingWithMyAPI()
34 dateTimeFormat.Format(size); in DoSomethingInterestingWithMyAPI()
35 dateTimeFormat.FormatRange(size, size); in DoSomethingInterestingWithMyAPI()
36 dateTimeFormat.GetResolvedOptions(configs); in DoSomethingInterestingWithMyAPI()
37 dateTimeFormat.GetDateStyle(); in DoSomethingInterestingWithMyAPI()
38 dateTimeFormat.GetTimeStyle(); in DoSomethingInterestingWithMyAPI()
39 dateTimeFormat.GetHourCycle(); in DoSomethingInterestingWithMyAPI()
40 dateTimeFormat.GetTimeZone(); in DoSomethingInterestingWithMyAPI()
41 dateTimeFormat.GetTimeZoneName(); in DoSomethingInterestingWithMyAPI()
42 dateTimeFormat in DoSomethingInterestingWithMyAPI()
[all...]
/base/web/webview/test/unittest/ohos_adapter_helper/
H A Dohos_adapter_helper_test.cpp221 auto dateTimeFormat = helper.CreateDateTimeFormatAdapter(); in HWTEST_F() local
222 EXPECT_NE(dateTimeFormat, nullptr); in HWTEST_F()
/base/global/i18n/frameworks/intl/src/
H A Ddate_time_format.cpp113 std::unique_ptr<DateTimeFormat> dateTimeFormat = std::make_unique<DateTimeFormat>(localeTags, configs); in CreateInstance() local
114 if (!dateTimeFormat->CheckInitSuccess()) { in CreateInstance()
117 return dateTimeFormat; in CreateInstance()

Completed in 3 milliseconds