Searched refs:_Locale_time_t (Results 1 – 2 of 2) sorted by relevance
/external/stlport/src/c_locale_win32/ |
D | c_locale_win32.c | 211 } _Locale_time_t; typedef 272 _Locale_lcid_t* _Locale_get_time_hint(_Locale_time_t* ltime) in _Locale_get_time_hint() 713 _Locale_time_t* _Locale_time_create(const char * name, _Locale_lcid_t* lc_hint, int *__err_code) { in _Locale_time_create() 719 _Locale_time_t *ltime = (_Locale_time_t*)malloc(sizeof(_Locale_time_t)); in _Locale_time_create() 722 memset(ltime, 0, sizeof(_Locale_time_t)); in _Locale_time_create() 921 char const* _Locale_time_name(const _Locale_time_t* ltime, char* buf) in _Locale_time_name() 949 void _Locale_time_destroy(_Locale_time_t* ltime) { in _Locale_time_destroy() 1264 const char * _Locale_full_monthname(_Locale_time_t * ltime, int month) { in _Locale_full_monthname() 1269 const char * _Locale_abbrev_monthname(_Locale_time_t * ltime, int month) { in _Locale_abbrev_monthname() 1274 const char * _Locale_full_dayofweek(_Locale_time_t * ltime, int day) { in _Locale_full_dayofweek() [all …]
|
D | c_wlocale_win32.c | 292 const wchar_t * _WLocale_full_monthname(_Locale_time_t * ltime, int month, in _WLocale_full_monthname() 296 const wchar_t * _WLocale_abbrev_monthname(_Locale_time_t * ltime, int month, in _WLocale_abbrev_monthname() 300 const wchar_t * _WLocale_full_dayofweek(_Locale_time_t * ltime, int day, in _WLocale_full_dayofweek() 304 const wchar_t * _WLocale_abbrev_dayofweek(_Locale_time_t * ltime, int day, in _WLocale_abbrev_dayofweek() 308 const wchar_t* _WLocale_am_str(_Locale_time_t* ltime, in _WLocale_am_str() 312 const wchar_t* _WLocale_pm_str(_Locale_time_t* ltime, in _WLocale_pm_str()
|