Home
last modified time | relevance | path

Searched refs:GetDayOfWeek (Results 1 – 5 of 5) sorted by relevance

/external/libtextclassifier/utils/calendar/
Dcalendar-javaicu.h43 bool GetDayOfWeek(int* value) const;
Dcalendar-common.h208 TC3_CALENDAR_CHECK(calendar->GetDayOfWeek(&unused)); in RoundToGranularity()
263 TC3_CALENDAR_CHECK(calendar->GetDayOfWeek(&day_of_week)) in AdjustByRelation()
/external/pdfium/core/fxcrt/
Dcfx_datetime.h80 int32_t GetDayOfWeek() const;
Dcfx_datetime.cpp122 int32_t CFX_DateTime::GetDayOfWeek() const { in GetDayOfWeek() function in CFX_DateTime
/external/pdfium/xfa/fwl/
Dcfwl_monthcalendar.cpp576 CFX_DateTime(m_iCurYear, m_iCurMonth, 1, 0, 0, 0, 0).GetDayOfWeek(); in ResetDateItem()