OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FormatDateTime
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/xfa/fgas/crt/
cfgas_formatstring.h
48
bool
FormatDateTime
(const WideString& wsSrcDateTime,
cfgas_formatstring_unittest.cpp
117
->
FormatDateTime
(tests[i].input, tests[i].pattern,
166
->
FormatDateTime
(tests[i].input, tests[i].pattern,
196
->
FormatDateTime
(tests[i].input, tests[i].pattern,
/external/pdfium/xfa/fxfa/parser/
cxfa_localevalue.cpp
155
bRet = pFormat->
FormatDateTime
(wsValue, wsFormat,
166
bRet = pFormat->
FormatDateTime
(wsValue, wsFormat,
176
bRet = pFormat->
FormatDateTime
(wsValue, wsFormat,
364
bRet = pFormat->
FormatDateTime
(m_wsValue, wsFormat, FX_DATETIMETYPE_Date,
368
bRet = pFormat->
FormatDateTime
(m_wsValue, wsFormat, FX_DATETIMETYPE_Time,
372
bRet = pFormat->
FormatDateTime
(m_wsValue, wsFormat,
/external/v8/src/objects/
intl-objects.h
52
// ecma402/#sec-
formatdatetime
53
//
FormatDateTime
( dateTimeFormat, x )
54
V8_WARN_UNUSED_RESULT static MaybeHandle<String>
FormatDateTime
(
intl-objects.cc
658
// ecma402/#sec-
formatdatetime
659
//
FormatDateTime
( dateTimeFormat, x )
660
MaybeHandle<String> DateFormat::
FormatDateTime
(
704
// 5. Return
FormatDateTime
(dtf, x).
705
return DateFormat::
FormatDateTime
(isolate, date_time_format_holder, x);
742
// 5. Return
FormatDateTime
(dateFormat, x).
743
return DateFormat::
FormatDateTime
(isolate, date_format, x);
[
all
...]
Completed in 849 milliseconds