Home
last modified time | relevance | path

Searched refs:_Locale_full_dayofweek (Results 1 – 5 of 5) sorted by relevance

/external/stlport/src/
Dc_locale.h396 const char * _Locale_full_dayofweek(struct _Locale_time *, int /* day */);
Dtime_facets.cpp119 table._M_dayname[i+7] = _Locale_full_dayofweek(time, i); in _Init_timeinfo()
/external/stlport/src/c_locale_glibc/
Dc_locale_glibc2.c629 const char *_Locale_full_dayofweek(struct _Locale_time *__loc, int _d ) in _Locale_full_dayofweek() function
680 { return _ToWChar(_Locale_full_dayofweek(__loc, _d), buf, bufSize); } in _WLocale_full_dayofweek()
/external/stlport/src/c_locale_dummy/
Dc_locale_dummy.c420 const char * _Locale_full_dayofweek(struct _Locale_time * ltime, int n) in _Locale_full_dayofweek() function
/external/stlport/src/c_locale_win32/
Dc_locale_win32.c1274 const char * _Locale_full_dayofweek(_Locale_time_t * ltime, int day) { in _Locale_full_dayofweek() function