HomeSort by relevance Sort by last modified time
    Searched refs:day_ (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxcrt/
cfx_datetime.h 22 day_(0),
36 day_(day),
45 day_ = 0;
53 return year_ != 0 || month_ != 0 || day_ != 0 || hour_ != 0 ||
60 day_ = day;
75 uint8_t GetDay() const { return day_; }
87 uint8_t day_; member in class:CFX_DateTime
cfx_datetime.cpp 123 int32_t v = static_cast<int32_t>(DateToDays(year_, month_, day_, true) % 7);
130 return year_ == other.year_ && month_ == other.month_ && day_ == other.day_ &&

Completed in 931 milliseconds