Home
last modified time | relevance | path

Searched refs:month_ (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcrt/
Dcfx_datetime.h21 month_(0), in CFX_DateTime()
35 month_(month), in CFX_DateTime()
44 month_ = 0; in Reset()
53 return year_ != 0 || month_ != 0 || day_ != 0 || hour_ != 0 || in IsSet()
59 month_ = month; in SetDate()
74 uint8_t GetMonth() const { return month_; } in GetMonth()
86 uint8_t month_; variable
Dcfx_datetime.cpp123 int32_t v = static_cast<int32_t>(DateToDays(year_, month_, day_, true) % 7); in GetDayOfWeek()
130 return year_ == other.year_ && month_ == other.month_ && day_ == other.day_ && in operator ==()