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

  /external/pdfium/xfa/fgas/localization/
fgas_localeimp.h 35 bool ParseDateTime(const CFX_WideString& wsSrcDateTime,
  /external/pdfium/xfa/fxfa/parser/
xfa_localevalue.cpp 153 bRet = pFormat->ParseDateTime(wsValue, wsFormat, FX_DATETIMETYPE_Date,
165 pFormat->ParseDateTime(wsValue, wsFormat, FX_DATETIMETYPE_Time, dt);
174 bRet = pFormat->ParseDateTime(wsValue, wsFormat,
834 bRet = pFormat->ParseDateTime(wsValue, wsFormat, FX_DATETIMETYPE_Date,
845 pFormat->ParseDateTime(wsValue, wsFormat, FX_DATETIMETYPE_Time, dt);
853 bRet = pFormat->ParseDateTime(wsValue, wsFormat,

Completed in 162 milliseconds