Home
last modified time | relevance | path

Searched refs:mdy (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
Ddate_order.pass.cpp33 assert(f.date_order() == std::time_base::mdy); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/
Dtime_base.pass.cpp26 assert(std::time_base::mdy == 2); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/
Ddate_order_wide.pass.cpp36 assert(f.date_order() == std::time_base::mdy); in main()
Ddate_order.pass.cpp36 assert(f.date_order() == std::time_base::mdy); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_time_facets.h92 enum dateorder {no_order, dmy, mdy, ymd, ydm}; enumerator
/ndk/sources/cxx-stl/stlport/src/
Dtime_facets.cpp486 return (second == 'd' && third == 'y') ? time_base::mdy in __get_date_order()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp5356 return time_base::mdy; in __do_date_order()
5443 return time_base::mdy; in __do_date_order()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlocale1870 enum dateorder {no_order, dmy, mdy, ymd, ydm};
2326 return mdy;