Home
last modified time | relevance | path

Searched refs:long_months (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/date_time/example/gregorian/
Dlocalization.cpp49 date_facet::input_collection_type short_months, long_months, in main() local
54 std::back_inserter(long_months)); in main()
64 german_facet->long_month_names(long_months); in main()
/third_party/boost/libs/date_time/example/tutorial/
Dio_tutorial.cpp65 vector<string> long_months(&month_names[0], &month_names[12]); in main() local
77 date_output->long_month_names(long_months); in main()
81 date_input->long_month_names(long_months); in main()