Searched refs:first_day_of_week (Results 1 – 7 of 7) sorted by relevance
153 inline period_type first_day_of_week(){ return period_type(marks::first_day_of_week); } in first_day_of_week() function228 …inline date_time_period first_day_of_week(int v) { return date_time_period(first_day_of_week(),v);… in first_day_of_week() function537 int first_day_of_week() const;1058 … inline int first_day_of_week(date_time const &dt) { return dt.get(first_day_of_week()); } in first_day_of_week() function1127 …inline int first_day_of_week(date_time_duration const &dt) { return dt.get(first_day_of_week()); } in first_day_of_week() function
54 …first_day_of_week, ///< First day of week, constant, for example Sunday in US = 1, Monday… enumerator
121 int first_day_of_week(char const *terr) { in first_day_of_week() function149 first_day_of_week_ = first_day_of_week(terr.c_str()); in gregorian_calendar()222 … case period::marks::first_day_of_week: ///< For example Sunday in US, Monday in France in set_value()478 … case period::marks::first_day_of_week: ///< For example Sunday in US, Monday in France in get_value()
82 TEST(calendar(g("ar_EG.UTF-8")).first_day_of_week() == 7); in main()83 TEST(calendar(g("he_IL.UTF-8")).first_day_of_week() == 1); in main()84 TEST(calendar(g("ru_RU.UTF-8")).first_day_of_week() == 2); in main()
49 int first = calendar().first_day_of_week(); in main()
121 int calendar::first_day_of_week() const in first_day_of_week() function in boost::locale::calendar123 return impl_->get_value(period::marks::first_day_of_week,abstract_calendar::current); in first_day_of_week()
103 if(p==period::marks::first_day_of_week) { in get_value()