Searched defs:_d (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
H A Dc_locale_glibc2.c629 const char *_Locale_full_dayofweek(struct _Locale_time *__loc, int _d )
631 return nl_langinfo_l(DAY_1 + _d, (locale_t)__loc);
634 const char *_Locale_abbrev_dayofweek(struct _Locale_time *__loc, int _d )
636 return nl_langinfo_l(ABDAY_1 + _d, (locale_t)__loc);
679 const wchar_t *_WLocale_full_dayofweek(struct _Locale_time *__loc, int _d, wchar_t *buf, size_t bufSize) argument
680 { return _ToWChar(_Locale_full_dayofweek(__loc, _d), buf, bufSize); }
681 const wchar_t *_WLocale_abbrev_dayofweek(struct _Locale_time *__loc, int _d, wchar_t *buf, size_t bufSize) argument
682 { return _ToWChar(_Locale_abbrev_dayofweek(__loc, _d), buf, bufSize); }

Completed in 462 milliseconds