Searched refs:_Locale_abbrev_dayofweek (Results 1 – 5 of 5) sorted by relevance
397 const char * _Locale_abbrev_dayofweek(struct _Locale_time *, int /* day */);
117 table._M_dayname[i] = _Locale_abbrev_dayofweek(time, i); in _Init_timeinfo()
634 const char *_Locale_abbrev_dayofweek(struct _Locale_time *__loc, int _d ) in _Locale_abbrev_dayofweek() function682 { return _ToWChar(_Locale_abbrev_dayofweek(__loc, _d), buf, bufSize); } in _WLocale_abbrev_dayofweek()
425 const char * _Locale_abbrev_dayofweek(struct _Locale_time * ltime, int n) in _Locale_abbrev_dayofweek() function
1279 const char * _Locale_abbrev_dayofweek(_Locale_time_t * ltime, int day) { in _Locale_abbrev_dayofweek() function