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

  /external/pdfium/xfa/src/fgas/src/localization/
fx_datetime.cpp 231 uint8_t CFX_Unitime::GetDay() const {
400 uint8_t CFX_DateTime::GetDay() const {
  /external/pdfium/fpdfsdk/src/javascript/
JS_Value.cpp 502 double date = MakeDate(iYear, GetMonth(), GetDay(), GetHours(), GetMinutes(),
516 double date = MakeDate(GetYear(), iMonth, GetDay(), GetHours(), GetMinutes(),
521 int CJS_Date::GetDay() {
544 double date = MakeDate(GetYear(), GetMonth(), GetDay(), iHours, GetMinutes(),
558 double date = MakeDate(GetYear(), GetMonth(), GetDay(), GetHours(), minutes,
572 double date = MakeDate(GetYear(), GetMonth(), GetDay(), GetHours(),

Completed in 214 milliseconds