Home
last modified time | relevance | path

Searched refs:date_format (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/log/test/run/
Dform_date_time.cpp60 static string_literal_type date_format() { return logging::str_literal("%d/%m/%Y"); } in date_format() function
78 static string_literal_type date_format() { return logging::str_literal(L"%d/%m/%Y"); } in date_format() function
161 …f = expr::stream << expr::format_date_time< gdate >(data::attr1(), formats::date_format().c_str()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
163 strm2.imbue(std::locale(strm2.getloc(), new facet(formats::date_format().c_str()))); in BOOST_AUTO_TEST_CASE_TEMPLATE()
/third_party/boost/libs/locale/src/icu/
Dformatter.cpp153 class date_format : public formatter<CharType> { class
185 date_format(icu::DateFormat *fmt,bool transfer_owneship,std::string codepage) : in date_format() function in boost::locale::impl_icu::date_format
566 fmt.reset(new date_format<CharType>(adf.release(),true,encoding)); in generate_formatter()
568 fmt.reset(new date_format<CharType>(df,false,encoding)); in generate_formatter()
/third_party/icu/icu4c/source/test/testdata/
Dformat.txt18 Type { "date_format" }
65 Type { "date_format" }
222 Type { "date_format" }
433 Type { "date_format" }
537 Type { "date_format" }
/third_party/python/Modules/
D_datetimemodule.c3195 date_format(PyDateTime_Date *self, PyObject *args) in date_format() function
3507 {"__format__", (PyCFunction)date_format, METH_VARARGS,
4675 {"__format__", (PyCFunction)date_format, METH_VARARGS,
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_third_party21347 …./third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/intl/date_format.dart