Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dc_locale.h383 const char * _Locale_full_monthname(struct _Locale_time *, int /* month */);
Dtime_facets.cpp123 table._M_monthname[i+12] = _Locale_full_monthname(time, i); in _Init_timeinfo()
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
Dc_locale_glibc2.c619 const char *_Locale_full_monthname(struct _Locale_time *__loc, int _m ) in _Locale_full_monthname() function
676 { return _ToWChar(_Locale_full_monthname(__loc, _m), buf, bufSize); } in _WLocale_full_monthname()
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
Dc_locale_dummy.c420 const char * _Locale_full_monthname(struct _Locale_time * ltime, int n) in _Locale_full_monthname() function
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_locale_win32.c1264 const char * _Locale_full_monthname(_Locale_time_t * ltime, int month) { in _Locale_full_monthname() function