Lines Matching full:time
99 static void _Init_timeinfo_base(_Time_Info_Base& table, _Locale_time * time) {
100 table._M_time_format = _Locale_t_fmt(time);
108 table._M_date_format = _Locale_d_fmt(time);
109 table._M_date_time_format = _Locale_d_t_fmt(time);
110 table._M_long_date_format = _Locale_long_d_fmt(time);
111 table._M_long_date_time_format = _Locale_long_d_t_fmt(time);
114 static void _Init_timeinfo(_Time_Info& table, _Locale_time * time) {
117 table._M_dayname[i] = _Locale_abbrev_dayofweek(time, i);
119 table._M_dayname[i+7] = _Locale_full_dayofweek(time, i);
121 table._M_monthname[i] = _Locale_abbrev_monthname(time, i);
123 table._M_monthname[i+12] = _Locale_full_monthname(time, i);
124 table._M_am_pm[0] = _Locale_am_str(time);
125 table._M_am_pm[1] = _Locale_pm_str(time);
126 _Init_timeinfo_base(table, time);
130 static void _Init_timeinfo(_WTime_Info& table, _Locale_time * time) {
134 table._M_dayname[i] = _WLocale_abbrev_dayofweek(time, i, _STLP_ARRAY_AND_SIZE(buf));
136 table._M_dayname[i+7] = _WLocale_full_dayofweek(time, i, _STLP_ARRAY_AND_SIZE(buf));
138 table._M_monthname[i] = _WLocale_abbrev_monthname(time, i, _STLP_ARRAY_AND_SIZE(buf));
140 table._M_monthname[i+12] = _WLocale_full_monthname(time, i, _STLP_ARRAY_AND_SIZE(buf));
141 table._M_am_pm[0] = _WLocale_am_str(time, _STLP_ARRAY_AND_SIZE(buf));
142 table._M_am_pm[1] = _WLocale_pm_str(time, _STLP_ARRAY_AND_SIZE(buf));
143 _Init_timeinfo_base(table, time);
464 static time_base::dateorder __get_date_order(_Locale_time* time) {
465 const char * fmt = _Locale_d_fmt(time);
514 locale::_M_throw_on_creation_failure(__err_code, __name, "time");
539 locale::_M_throw_on_creation_failure(__err_code, __name, "time");