Home
last modified time | relevance | path

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

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