Searched refs:de_long_month_names (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/date_time/example/gregorian/ |
D | localization.cpp | 18 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/ |
D | testfacet.cpp | 22 …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/ |
D | teststreams.cpp | 15 const char* const de_long_month_names[]={"Januar","Februar","Marz","April","Mai","Juni","Juli","Aug… variable 55 de_long_month_names, in main()
|
D | testtime_facet.cpp | 40 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()
|