Searched refs:ParseDateTime (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | xfa_localevalue.cpp | 153 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/ |
D | fgas_localeimp.h | 35 bool ParseDateTime(const CFX_WideString& wsSrcDateTime,
|
D | fgas_locale.cpp | 2460 bool CFX_FormatString::ParseDateTime(const CFX_WideString& wsSrcDateTime, in ParseDateTime() function in CFX_FormatString
|