Searched refs:_Locale_abbrev_dayofweek (Results 1 - 5 of 5) sorted by relevance

/external/stlport/src/
H A Dc_locale.h397 const char * _Locale_abbrev_dayofweek(struct _Locale_time *, int /* day */);
H A Dtime_facets.cpp117 table._M_dayname[i] = _Locale_abbrev_dayofweek(time, i);
/external/stlport/src/c_locale_glibc/
H A Dc_locale_glibc2.c634 const char *_Locale_abbrev_dayofweek(struct _Locale_time *__loc, int _d ) function
682 { return _ToWChar(_Locale_abbrev_dayofweek(__loc, _d), buf, bufSize); }
/external/stlport/src/c_locale_dummy/
H A Dc_locale_dummy.c436 const char * _Locale_abbrev_dayofweek(struct _Locale_time * ltime, int n) function
/external/stlport/src/c_locale_win32/
H A Dc_locale_win32.c1279 const char * _Locale_abbrev_dayofweek(_Locale_time_t * ltime, int day) { function

Completed in 1298 milliseconds