Searched refs:mwd (Results 1 – 8 of 8) sorted by relevance
/external/libcxx/test/std/utilities/time/time.cal/time.cal.operators/ |
D | year_month_weekday.pass.cpp | 100 month_weekday mwd{m, weekday_indexed{weekday{k}, l}}; in main() local 101 year_month_weekday ymd1 = y/mwd; in main() 102 year_month_weekday ymd2 = mwd/y; in main() 133 month_weekday mwd{m, weekday_indexed{weekday{k}, l}}; in main() local 134 year_month_weekday ymd1 = i/mwd; in main() 135 year_month_weekday ymd2 = mwd/i; in main()
|
/external/libcxx/test/std/utilities/time/time.cal/time.cal.mwd/time.cal.mwd.members/ |
D | ok.pass.cpp | 44 month_weekday mwd{month{i}, weekday_indexed{Sunday, j}}; in main() local 45 assert(mwd.ok() == (j >= 1 && j <= 5)); in main()
|
/external/icu/icu4c/source/data/locales/ |
D | ff.txt | 127 "mwd",
|
/external/libpcap/ |
D | CREDITS | 162 Takashi Yamamoto <yamt at mwd dot biglobe dot ne dot jp>
|
/external/tcpdump/ |
D | CREDITS | 211 Takashi Yamamoto <yamt at mwd dot biglobe dot ne dot jp>
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | iso-639-3_Retirements.tab | 226 mwd Mudbura S Split into Karranga [xrq] and Mudburra [dmw] 2013-01-23
|
D | language-subtag-registry | 23743 Subtag: mwd
|
/external/libcxx/include/ |
D | chrono | 598 operator/(const year& y, const month_weekday& mwd) noexcept; 600 operator/(int y, const month_weekday& mwd) noexcept; 602 operator/(const month_weekday& mwd, const year& y) noexcept; 604 operator/(const month_weekday& mwd, int y) noexcept;
|