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

  /external/pdfium/xfa/fgas/localization/
fgas_datetime.cpp 228 uint8_t CFX_Unitime::GetDay() const {
397 uint8_t CFX_DateTime::GetDay() const {
  /external/pdfium/fpdfsdk/javascript/
JS_Value.cpp 377 MakeDate(iYear, GetMonth(pRuntime), GetDay(pRuntime), GetHours(pRuntime),
390 MakeDate(GetYear(pRuntime), iMonth, GetDay(pRuntime), GetHours(pRuntime),
394 int CJS_Date::GetDay(CJS_Runtime* pRuntime) const {
416 MakeDate(GetYear(pRuntime), GetMonth(pRuntime), GetDay(pRuntime), iHours,
429 GetDay(pRuntime), GetHours(pRuntime),
442 GetDay(pRuntime), GetHours(pRuntime),

Completed in 52 milliseconds