Home
last modified time | relevance | path

Searched refs:FormatDateTime (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp155 bRet = pFormat->FormatDateTime(wsValue, wsFormat, in ValidateValue()
166 bRet = pFormat->FormatDateTime(wsValue, wsFormat, in ValidateValue()
176 bRet = pFormat->FormatDateTime(wsValue, wsFormat, in ValidateValue()
364 bRet = pFormat->FormatDateTime(m_wsValue, wsFormat, FX_DATETIMETYPE_Date, in FormatSinglePattern()
368 bRet = pFormat->FormatDateTime(m_wsValue, wsFormat, FX_DATETIMETYPE_Time, in FormatSinglePattern()
372 bRet = pFormat->FormatDateTime(m_wsValue, wsFormat, in FormatSinglePattern()
/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.h48 bool FormatDateTime(const WideString& wsSrcDateTime,
Dcfgas_formatstring_unittest.cpp117 ->FormatDateTime(tests[i].input, tests[i].pattern, in TEST_F()
166 ->FormatDateTime(tests[i].input, tests[i].pattern, in TEST_F()
196 ->FormatDateTime(tests[i].input, tests[i].pattern, in TEST_F()
Dcfgas_formatstring.cpp2250 bool CFGAS_FormatString::FormatDateTime(const WideString& wsSrcDateTime, in FormatDateTime() function in CFGAS_FormatString
/external/curl/lib/
Dmk-ca-bundle.vbs385 FormatDateTime(input, vbShortTime) & ":"
/external/v8/src/objects/
Dintl-objects.h54 V8_WARN_UNUSED_RESULT static MaybeHandle<String> FormatDateTime(
Dintl-objects.cc660 MaybeHandle<String> DateFormat::FormatDateTime( in FormatDateTime() function in v8::internal::DateFormat
705 return DateFormat::FormatDateTime(isolate, date_time_format_holder, x); in DateTimeFormat()
743 return DateFormat::FormatDateTime(isolate, date_format, x); in ToLocaleDateTime()