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

  /external/pdfium/xfa/fgas/localization/
fgas_datetime.cpp 216 int32_t CFX_Unitime::GetYear() const {
391 int32_t CFX_DateTime::GetYear() const {
  /external/pdfium/fpdfsdk/javascript/
JS_Value.cpp 368 int CJS_Date::GetYear(CJS_Runtime* pRuntime) const {
390 MakeDate(GetYear(pRuntime), iMonth, GetDay(pRuntime), GetHours(pRuntime),
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 72 milliseconds