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

  /external/pdfium/core/fxcrt/
cfx_datetime.h 20 : year_(0),
34 : year_(year),
43 year_ = 0;
53 return year_ != 0 || month_ != 0 || day_ != 0 || hour_ != 0 ||
58 year_ = year;
73 int32_t GetYear() const { return year_; }
85 int32_t year_; 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 671 milliseconds