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

  /external/pdfium/xfa/fgas/localization/
fgas_datetime.cpp 222 uint8_t CFX_Unitime::GetMonth() const {
394 uint8_t CFX_DateTime::GetMonth() const {
  /external/pdfium/fpdfsdk/javascript/
JS_Value.cpp 377 MakeDate(iYear, GetMonth(pRuntime), GetDay(pRuntime), GetHours(pRuntime),
381 int CJS_Date::GetMonth(CJS_Runtime* pRuntime) const {
403 MakeDate(GetYear(pRuntime), GetMonth(pRuntime), iDay, GetHours(pRuntime),
416 MakeDate(GetYear(pRuntime), GetMonth(pRuntime), GetDay(pRuntime), iHours,
428 m_pDate = pRuntime->NewDate(MakeDate(GetYear(pRuntime), GetMonth(pRuntime),
441 m_pDate = pRuntime->NewDate(MakeDate(GetYear(pRuntime), GetMonth(pRuntime),

Completed in 441 milliseconds