Searched refs:ParseDateTime (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_localevalue.cpp | 152 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/ |
D | cfgas_formatstring.h | 35 bool ParseDateTime(const WideString& wsSrcDateTime,
|
D | cfgas_formatstring_unittest.cpp | 257 ->ParseDateTime(tests[i].input, tests[i].pattern, in TEST_F()
|
D | cfgas_formatstring.cpp | 1684 bool CFGAS_FormatString::ParseDateTime(const WideString& wsSrcDateTime, in ParseDateTime() function in CFGAS_FormatString
|