Lines Matching refs:_Locale_time
86 struct _Locale_time* _Locale_time_create(const char *, struct _Locale_name_hint*, int * /* __err_co…
113 void _Locale_time_destroy(struct _Locale_time *);
139 char const* _Locale_time_name(const struct _Locale_time *, char* __buf);
173 struct _Locale_name_hint* _Locale_get_time_hint(struct _Locale_time*);
383 const char * _Locale_full_monthname(struct _Locale_time *, int /* month */);
384 const char * _Locale_abbrev_monthname(struct _Locale_time *, int /* month */);
387 const wchar_t * _WLocale_full_monthname(struct _Locale_time *, int /* month */,
389 const wchar_t * _WLocale_abbrev_monthname(struct _Locale_time *, int /* month */,
396 const char * _Locale_full_dayofweek(struct _Locale_time *, int /* day */);
397 const char * _Locale_abbrev_dayofweek(struct _Locale_time *, int /* day */);
400 const wchar_t * _WLocale_full_dayofweek(struct _Locale_time *, int /* day */,
402 const wchar_t * _WLocale_abbrev_dayofweek(struct _Locale_time *, int /* day */,
406 const char * _Locale_d_t_fmt(struct _Locale_time *);
407 const char * _Locale_d_fmt(struct _Locale_time *);
408 const char * _Locale_t_fmt(struct _Locale_time *);
409 const char * _Locale_long_d_t_fmt(struct _Locale_time*);
410 const char * _Locale_long_d_fmt(struct _Locale_time*);
412 const char * _Locale_am_str(struct _Locale_time *);
413 const char * _Locale_pm_str(struct _Locale_time *);
416 const wchar_t * _WLocale_am_str(struct _Locale_time *,
418 const wchar_t * _WLocale_pm_str(struct _Locale_time *,