Home
last modified time | relevance | path

Searched refs:de_long_month_names (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/date_time/example/gregorian/
Dlocalization.cpp18 const char* const de_long_month_names[] = variable
53 std::copy(&de_long_month_names[0], &de_long_month_names[11], in main()
/third_party/boost/libs/date_time/test/gregorian/
Dtestfacet.cpp22 …const char* const de_long_month_names[]={"Januar","Februar","Marz","April","Mai","Juni","Juli","Au… variable
71 date_facet gdnp(de_short_month_names, de_long_month_names, in main()
121 de_long_month_names, in main()
165 de_long_month_names, in main()
181 de_long_month_names, in main()
197 de_long_month_names, in main()
/third_party/boost/libs/date_time/test/posix_time/
Dteststreams.cpp15 const char* const de_long_month_names[]={"Januar","Februar","Marz","April","Mai","Juni","Juli","Aug… variable
55 de_long_month_names, in main()
Dtesttime_facet.cpp40 std::vector<std::basic_string<wchar_t> > de_long_month_names; variable
240 std::back_inserter(de_long_month_names)); in main()
344 wtimefacet->long_month_names(de_long_month_names); in main()