Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp152 bRet = pFormat->ParseDateTime(wsValue, wsFormat, FX_DATETIMETYPE_Date, in ValidateValue()
163 bRet = pFormat->ParseDateTime(wsValue, wsFormat, FX_DATETIMETYPE_Time, in ValidateValue()
173 bRet = pFormat->ParseDateTime(wsValue, wsFormat, in ValidateValue()
642 bRet = pFormat->ParseDateTime(wsValue, wsFormat, FX_DATETIMETYPE_Date, in ParsePatternValue()
651 bRet = pFormat->ParseDateTime(wsValue, wsFormat, FX_DATETIMETYPE_Time, in ParsePatternValue()
659 bRet = pFormat->ParseDateTime(wsValue, wsFormat, in ParsePatternValue()
/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.h35 bool ParseDateTime(const WideString& wsSrcDateTime,
Dcfgas_formatstring_unittest.cpp257 ->ParseDateTime(tests[i].input, tests[i].pattern, in TEST_F()
Dcfgas_formatstring.cpp1684 bool CFGAS_FormatString::ParseDateTime(const WideString& wsSrcDateTime, in ParseDateTime() function in CFGAS_FormatString