Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request_calendar.h67 inline uint16_t GetYear() const in GetYear() function
/base/global/i18n/frameworks/intl/include/
Ddate_time_format.h52 std::string GetYear() const;
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request_calendar.cpp581 year = calendar->GetYear(); in AppendValuesBucket()
/base/global/i18n/frameworks/intl/src/
Ddate_time_format.cpp678 std::string DateTimeFormat::GetYear() const in GetYear() function in OHOS::Global::I18n::DateTimeFormat
/base/global/i18n/frameworks/intl/test/unittest/
Dintl_test.cpp98 EXPECT_EQ(dateFormat->GetYear(), "numeric");
1521 res = formatter->GetYear();
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dpublish.cpp449 napi_create_uint32(env, static_cast<uint32_t>(calendar.GetYear()), &value); in ParseReminderCalendar()