Searched refs:ParseDateTime (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_localevalue.cpp | 148 bRet = pFormat->ParseDateTime(wsValue, wsFormat, FX_DATETIMETYPE_Date, in ValidateValue() 160 pFormat->ParseDateTime(wsValue, wsFormat, FX_DATETIMETYPE_Time, dt); in ValidateValue() 169 bRet = pFormat->ParseDateTime(wsValue, wsFormat, in ValidateValue() 851 bRet = pFormat->ParseDateTime(wsValue, wsFormat, FX_DATETIMETYPE_Date, in ParsePatternValue() 862 pFormat->ParseDateTime(wsValue, wsFormat, FX_DATETIMETYPE_Time, dt); in ParsePatternValue() 870 bRet = pFormat->ParseDateTime(wsValue, wsFormat, in ParsePatternValue()
|
/external/pdfium/xfa/src/fgas/src/localization/ |
D | fx_localeimp.h | 61 virtual FX_BOOL ParseDateTime(const CFX_WideString& wsSrcDateTime,
|
D | fx_locale.cpp | 2816 FX_BOOL CFX_FormatString::ParseDateTime(const CFX_WideString& wsSrcDateTime, in ParseDateTime() function in CFX_FormatString
|
/external/pdfium/xfa/src/fgas/include/ |
D | fx_locale.h | 121 virtual FX_BOOL ParseDateTime(const CFX_WideString& wsSrcDateTime,
|