Home
last modified time | relevance | path

Searched defs:date_format (Results 1 – 3 of 3) 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
/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
/third_party/python/Modules/
D_datetimemodule.c3195 date_format(PyDateTime_Date *self, PyObject *args) in date_format() function