Searched refs:_CurrentTimeLocale (Results 1 – 5 of 5) sorted by relevance
27 s = _CurrentTimeLocale->d_t_fmt; in nl_langinfo()30 s = _CurrentTimeLocale->d_fmt; in nl_langinfo()33 s = _CurrentTimeLocale->t_fmt; in nl_langinfo()36 s = _CurrentTimeLocale->t_fmt_ampm; in nl_langinfo()40 s = _CurrentTimeLocale->am_pm[(size_t)(item - AM_STR)]; in nl_langinfo()49 s = _CurrentTimeLocale->day[(size_t)(item - DAY_1)]; in nl_langinfo()58 s = _CurrentTimeLocale->abday[(size_t)(item - ABDAY_1)]; in nl_langinfo()72 s = _CurrentTimeLocale->mon[(size_t)(item - MON_1)]; in nl_langinfo()86 s = _CurrentTimeLocale->abmon[(size_t)(item - ABMON_1)]; in nl_langinfo()
42 const _TimeLocale *_CurrentTimeLocale = &_DefaultTimeLocale; variable
97 extern const _TimeLocale *_CurrentTimeLocale;
69 #define _ctloc(x) (_CurrentTimeLocale->x)
73 #define Locale _CurrentTimeLocale