Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_calendar.cpp164 icu::Calendar* icuCalendar = GetIcuCalendar(); in SetTime()
188 icu::Calendar* icuCalendar = GetIcuCalendar(); in GetTimeZone()
199 icu::Calendar* icuCalendar = GetIcuCalendar(); in Set()
208 icu::Calendar* icuCalendar = GetIcuCalendar(); in Set()
217 icu::Calendar* icuCalendar = GetIcuCalendar(); in Get()
227 icu::Calendar* icuCalendar = GetIcuCalendar(); in Add()
236 icu::Calendar* icuCalendar = GetIcuCalendar(); in SetMinimalDaysInFirstWeek()
248 icu::Calendar* icuCalendar = GetIcuCalendar(); in SetFirstDayOfWeek()
257 icu::Calendar* icuCalendar = GetIcuCalendar(); in GetTimeInMillis()
267 icu::Calendar* icuCalendar = GetIcuCalendar(); in GetMinimalDaysInFirstWeek()
[all …]
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/mock/include/
H A Di18n_calendar_mock.h29 MOCK_CONST_METHOD0(GetIcuCalendar, icu::Calendar*());
/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Di18n_calendar.h69 virtual icu::Calendar* GetIcuCalendar() const;
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp1811 EXPECT_CALL(*calendarMock, GetIcuCalendar())