Home
last modified time | relevance | path

Searched refs:dateTimeFormat (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/datetimeformat_fuzzer/
H A Ddatetimeformat_fuzzer.cpp34 dateTimeFormat.Format(size); in DoSomethingInterestingWithMyAPI()
40 dateTimeFormat.GetTimeZone(); in DoSomethingInterestingWithMyAPI()
43 dateTimeFormat.GetHour12(); in DoSomethingInterestingWithMyAPI()
44 dateTimeFormat.GetWeekday(); in DoSomethingInterestingWithMyAPI()
45 dateTimeFormat.GetEra(); in DoSomethingInterestingWithMyAPI()
46 dateTimeFormat.GetYear(); in DoSomethingInterestingWithMyAPI()
47 dateTimeFormat.GetMonth(); in DoSomethingInterestingWithMyAPI()
48 dateTimeFormat.GetDay(); in DoSomethingInterestingWithMyAPI()
49 dateTimeFormat.GetHour(); in DoSomethingInterestingWithMyAPI()
50 dateTimeFormat.GetMinute(); in DoSomethingInterestingWithMyAPI()
[all …]
/ohos5.0/base/web/webview/test/unittest/ohos_adapter_helper/
H A Dohos_adapter_helper_test.cpp221 auto dateTimeFormat = helper.CreateDateTimeFormatAdapter(); variable
222 EXPECT_NE(dateTimeFormat, nullptr);
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Ddate_time_format.cpp113 …std::unique_ptr<DateTimeFormat> dateTimeFormat = std::make_unique<DateTimeFormat>(localeTags, conf… in CreateInstance() local
114 if (!dateTimeFormat->CheckInitSuccess()) { in CreateInstance()
117 return dateTimeFormat; in CreateInstance()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_pattern.cpp345 std::string dateTimeFormat = is24H_ ? FORMAT_24H : FORMAT_12H; in GetCurrentFormatDateTime() local
346 std::strftime(buffer, sizeof(buffer), dateTimeFormat.c_str(), timeZoneTime); in GetCurrentFormatDateTime()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/
H A Djs-apis-media.md5253 | dateTimeFormat | string | 否 | 媒体资源的创建时间,按YYYY-MM-DD HH:mm:ss格式输出。当前版本为只读参数。 |
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/
H A Djs-apis-media.md5247 | dateTimeFormat | string | No | Time when the media asset is created. The value is in the YYYY-MM…