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

  /external/pdfium/core/fxcrt/
cfx_datetime.h 21 month_(0),
35 month_(month),
44 month_ = 0;
53 return year_ != 0 || month_ != 0 || day_ != 0 || hour_ != 0 ||
59 month_ = month;
74 uint8_t GetMonth() const { return month_; }
86 uint8_t month_; 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_ &&
  /external/annotation-tools/asmx/test/lib/
jd.xslt-1.5.5.jar 

Completed in 363 milliseconds