Home
last modified time | relevance | path

Searched refs:ParseDateTime (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dxfa_localevalue.cpp153 bRet = pFormat->ParseDateTime(wsValue, wsFormat, FX_DATETIMETYPE_Date, in ValidateValue()
165 pFormat->ParseDateTime(wsValue, wsFormat, FX_DATETIMETYPE_Time, dt); in ValidateValue()
174 bRet = pFormat->ParseDateTime(wsValue, wsFormat, in ValidateValue()
834 bRet = pFormat->ParseDateTime(wsValue, wsFormat, FX_DATETIMETYPE_Date, in ParsePatternValue()
845 pFormat->ParseDateTime(wsValue, wsFormat, FX_DATETIMETYPE_Time, dt); in ParsePatternValue()
853 bRet = pFormat->ParseDateTime(wsValue, wsFormat, in ParsePatternValue()
/external/pdfium/xfa/fgas/localization/
Dfgas_localeimp.h35 bool ParseDateTime(const CFX_WideString& wsSrcDateTime,
Dfgas_locale.cpp2460 bool CFX_FormatString::ParseDateTime(const CFX_WideString& wsSrcDateTime, in ParseDateTime() function in CFX_FormatString