Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/time/time.cal/time.cal.operators/
Dyear_month_weekday.pass.cpp100 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/
Dok.pass.cpp44 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/
Dff.txt127 "mwd",
/external/libpcap/
DCREDITS162 Takashi Yamamoto <yamt at mwd dot biglobe dot ne dot jp>
/external/tcpdump/
DCREDITS211 Takashi Yamamoto <yamt at mwd dot biglobe dot ne dot jp>
/external/cldr/tools/java/org/unicode/cldr/util/data/
Diso-639-3_Retirements.tab226 mwd Mudbura S Split into Karranga [xrq] and Mudburra [dmw] 2013-01-23
Dlanguage-subtag-registry23743 Subtag: mwd
/external/libcxx/include/
Dchrono598 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;