Home
last modified time | relevance | path

Searched refs:month_ (Results 1 – 5 of 5) 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.cpp129 int32_t v = static_cast<int32_t>(DateToDays(year_, month_, day_, true) % 7); in GetDayOfWeek()
136 return year_ == other.year_ && month_ == other.month_ && day_ == other.day_ && in operator ==()
/external/fmtlib/test/
Dutil.h76 int year_, month_, day_; variable
79 Date(int year, int month, int day) : year_(year), month_(month), day_(day) {} in Date()
82 int month() const { return month_; } in month()
/external/fmtlib/doc/
Dapi.rst457 int year_, month_, day_;
459 date(int year, int month, int day): year_(year), month_(month), day_(day) {}
462 return os << d.year_ << '-' << d.month_ << '-' << d.day_;
/external/fmtlib/
DChangeLog.rst2803 int year_, month_, day_;
2805 Date(int year, int month, int day) : year_(year), month_(month), day_(day) {}
2808 return os << d.year_ << '-' << d.month_ << '-' << d.day_;