Home
last modified time | relevance | path

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

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