Home
last modified time | relevance | path

Searched refs:dmy (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/
Ddate_order_wide.pass.cpp40 assert(f.date_order() == std::time_base::dmy); in main()
44 assert(f.date_order() == std::time_base::dmy); in main()
Ddate_order.pass.cpp40 assert(f.date_order() == std::time_base::dmy); in main()
44 assert(f.date_order() == std::time_base::dmy); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/
Dtime_base.pass.cpp25 assert(std::time_base::dmy == 1); 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.cpp483 return (second == 'm' && third == 'y') ? time_base::dmy in __get_date_order()
/ndk/tests/device/test-libc++-shared-full/
DBROKEN_RUN185 …age: 'date_order.pass.cpp:40: int main(): assertion "f.date_order() == std::time_base::dmy" failed'
/ndk/tests/device/test-libc++-static-full/
DBROKEN_RUN185 …age: 'date_order.pass.cpp:40: int main(): assertion "f.date_order() == std::time_base::dmy" failed'
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp5376 return time_base::dmy; in __do_date_order()
5463 return time_base::dmy; in __do_date_order()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlocale1870 enum dateorder {no_order, dmy, mdy, ymd, ydm};