Home
last modified time | relevance | path

Searched refs:month_names (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/date_time/example/tutorial/
Dio_tutorial.cpp61 string month_names[12] = { "january", "february", "march", in main() local
65 vector<string> long_months(&month_names[0], &month_names[12]); in main()
/third_party/boost/boost/date_time/
Dformat_date_parser.hpp210 void short_month_names(const input_collection_type& month_names) in short_month_names() argument
212 m_month_short_names = parse_tree_type(month_names, 1); in short_month_names()
214 void long_month_names(const input_collection_type& month_names) in long_month_names() argument
216 m_month_long_names = parse_tree_type(month_names, 1); in long_month_names()
Ddate_facet.hpp520 void short_month_names(const input_collection_type& month_names) in short_month_names() argument
522 m_parser.short_month_names(month_names); in short_month_names()
525 void long_month_names(const input_collection_type& month_names) in long_month_names() argument
527 m_parser.long_month_names(month_names); in long_month_names()
/third_party/python/Doc/reference/
Dlexical_analysis.rst144 month_names = ['Januari', 'Februari', 'Maart', # These are the
/third_party/quickjs/
Dquickjs.c47853 static char const month_names[] = "JanFebMarAprMayJunJulAugSepOctNovDec"; variable
48047 month_names + mon * 3, 4 + (y < 0), y); in get_date_string()
48053 month_names + mon * 3, d, 4 + (y < 0), y); in get_date_string()
48299 if (string_get(sp, p + i) != month_names[n * 3 + i]) in find_abbrev()
48313 n = find_abbrev(sp, *pp, month_names, 12); in string_get_month()