Home
last modified time | relevance | path

Searched refs:SetDate (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/common/
Dfxfa_localevalue.h81 FX_BOOL SetDate(const CFX_Unitime& d);
82 FX_BOOL SetDate(const CFX_WideString& wsDate,
/external/dng_sdk/source/
Ddng_date_time.cpp214 void dng_date_time_info::SetDate (uint32 year, in SetDate() function in dng_date_time_info
267 SetDate ((uint32) year, in Decode_ISO_8601()
497 SetDate ((uint32) year, in Decode_IPTC_Date()
Ddng_date_time.h282 void SetDate (uint32 year,
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_localevalue.cpp409 FX_BOOL CXFA_LocaleValue::SetDate(const CFX_Unitime& d) { in SetDate() function in CXFA_LocaleValue
414 FX_BOOL CXFA_LocaleValue::SetDate(const CFX_WideString& wsDate, in SetDate() function in CXFA_LocaleValue
855 SetDate(dt); in ParsePatternValue()
/external/pdfium/xfa/src/fxjse/src/
Dvalue.cpp142 return lpValue->SetDate(dDouble); in FXJSE_Value_SetDate()
348 void CFXJSE_Value::SetDate(FXJSE_DOUBLE dDouble) { in SetDate() function in CFXJSE_Value
Dvalue.h193 void SetDate(FXJSE_DOUBLE dDouble);
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fftextedit.cpp781 date.SetDate(dt); in OnSelectChanged()