Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_time_facets.h92 enum dateorder {no_order, dmy, mdy, ymd, ydm}; enum
110 time_base::dateorder _M_dateorder;
124 time_base::dateorder _M_dateorder;
139 dateorder date_order() const { return do_date_order(); } in date_order()
168 virtual dateorder do_date_order() const { return this->_M_dateorder; } in do_date_order()
200 typedef time_base::dateorder dateorder; typedef
208 dateorder do_date_order() const { return this->_M_dateorder; } in do_date_order()
287 typedef time_base::dateorder dateorder; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/
Dtime_base.pass.cpp23 std::time_base::dateorder d = std::time_base::no_order; in main()
/ndk/sources/cxx-stl/stlport/src/
Dtime_facets.cpp464 static time_base::dateorder __get_date_order(_Locale_time* time) { in __get_date_order()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlocale1870 enum dateorder {no_order, dmy, mdy, ymd, ydm};
1897 typedef time_base::dateorder dateorder;
1905 dateorder date_order() const
1963 virtual dateorder do_date_order() const;
2323 typename time_get<_CharT, _InputIterator>::dateorder
2531 time_base::dateorder __do_date_order() const;
2544 typedef time_base::dateorder dateorder;
2563 virtual dateorder do_date_order() const {return this->__do_date_order();}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp5298 time_base::dateorder
5385 time_base::dateorder