Home
last modified time | relevance | path

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

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DSimpleDateFormatTest.java25 private static final String mdy = "MMM dd yyyy"; field in SimpleDateFormatTest
28 private static final String hmzmdy = hmz + " 'on' " + mdy;
85 SimpleDateFormat sdf = new SimpleDateFormat(mdy); in testSimpleDateFormatString()
86 java.text.SimpleDateFormat jsdf = new java.text.SimpleDateFormat(mdy); in testSimpleDateFormatString()
95 SimpleDateFormat sdf = new SimpleDateFormat(mdy, l); in testSimpleDateFormatStringLocale()
96 java.text.SimpleDateFormat jsdf = new java.text.SimpleDateFormat(mdy, l); in testSimpleDateFormatStringLocale()
105 SimpleDateFormat sdf = new SimpleDateFormat(mdy, l); in testSimpleDateFormatStringULocale()
106 java.text.SimpleDateFormat jsdf = new java.text.SimpleDateFormat(mdy, l.toLocale()); in testSimpleDateFormatStringULocale()
117 SimpleDateFormat sdf = new SimpleDateFormat(mdy, dfs); in testSimpleDateFormatStringDateFormatSymbols()
118 java.text.SimpleDateFormat jsdf = new java.text.SimpleDateFormat(mdy, jdfs); in testSimpleDateFormatStringDateFormatSymbols()
[all …]
/external/python/cpython2/Demo/curses/
Dtclock.py111 mdx, mdy = A2XY(mangle, mradius)
119 dline(3, cx, cy, cx + mdx, cy - mdy, ord('#'))
145 dline(0, cx, cy, cx + mdx, cy - mdy, ord(' '))
/external/libcxx/test/std/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()
/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get/
Dtime_base.pass.cpp27 assert(std::time_base::mdy == 2); in main()
/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/
Ddate_order_wide.pass.cpp41 assert(f.date_order() == std::time_base::mdy); in main()
Ddate_order.pass.cpp41 assert(f.date_order() == std::time_base::mdy); in main()
/external/libcxx/src/
Dlocale.cpp5288 return time_base::mdy; in __do_date_order()
5375 return time_base::mdy; in __do_date_order()
/external/libcxx/include/
Dlocale1667 enum dateorder {no_order, dmy, mdy, ymd, ydm};
2126 return mdy;