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

  /external/pdfium/xfa/fgas/crt/
cfgas_formatstring.h 35 bool ParseDateTime(const WideString& wsSrcDateTime,
cfgas_formatstring_unittest.cpp 257 ->ParseDateTime(tests[i].input, tests[i].pattern,
284 // ->ParseDateTime(tests[i].input, tests[i].pattern,
  /external/pdfium/xfa/fxfa/parser/
cxfa_localevalue.cpp 152 bRet = pFormat->ParseDateTime(wsValue, wsFormat, FX_DATETIMETYPE_Date,
163 bRet = pFormat->ParseDateTime(wsValue, wsFormat, FX_DATETIMETYPE_Time,
173 bRet = pFormat->ParseDateTime(wsValue, wsFormat,
642 bRet = pFormat->ParseDateTime(wsValue, wsFormat, FX_DATETIMETYPE_Date,
651 bRet = pFormat->ParseDateTime(wsValue, wsFormat, FX_DATETIMETYPE_Time,
659 bRet = pFormat->ParseDateTime(wsValue, wsFormat,

Completed in 109 milliseconds