Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/
Dtime_base.pass.cpp28 assert(std::time_base::ydm == 4); 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.cpp491 return third == 'm' ? time_base::ydm : time_base::no_order; in __get_date_order()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp5336 return time_base::ydm; in __do_date_order()
5423 return time_base::ydm; in __do_date_order()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlocale1870 enum dateorder {no_order, dmy, mdy, ymd, ydm};