HomeSort by relevance Sort by last modified time
    Searched refs:_Locale_time_t (Results 1 - 4 of 4) sorted by null

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/c_locale_win32/
c_wlocale_win32.c 292 const wchar_t * _WLocale_full_monthname(_Locale_time_t * ltime, int month,
296 const wchar_t * _WLocale_abbrev_monthname(_Locale_time_t * ltime, int month,
300 const wchar_t * _WLocale_full_dayofweek(_Locale_time_t * ltime, int day,
304 const wchar_t * _WLocale_abbrev_dayofweek(_Locale_time_t * ltime, int day,
308 const wchar_t* _WLocale_am_str(_Locale_time_t* ltime,
312 const wchar_t* _WLocale_pm_str(_Locale_time_t* ltime,
c_locale_win32.c 211 } _Locale_time_t;
272 _Locale_lcid_t* _Locale_get_time_hint(_Locale_time_t* ltime)
713 _Locale_time_t* _Locale_time_create(const char * name, _Locale_lcid_t* lc_hint, int *__err_code) {
719 _Locale_time_t *ltime = (_Locale_time_t*)malloc(sizeof(_Locale_time_t));
722 memset(ltime, 0, sizeof(_Locale_time_t));
921 char const* _Locale_time_name(const _Locale_time_t* ltime, char* buf)
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/c_locale_win32/
c_wlocale_win32.c 292 const wchar_t * _WLocale_full_monthname(_Locale_time_t * ltime, int month,
296 const wchar_t * _WLocale_abbrev_monthname(_Locale_time_t * ltime, int month,
300 const wchar_t * _WLocale_full_dayofweek(_Locale_time_t * ltime, int day,
304 const wchar_t * _WLocale_abbrev_dayofweek(_Locale_time_t * ltime, int day,
308 const wchar_t* _WLocale_am_str(_Locale_time_t* ltime,
312 const wchar_t* _WLocale_pm_str(_Locale_time_t* ltime,
c_locale_win32.c 211 } _Locale_time_t;
272 _Locale_lcid_t* _Locale_get_time_hint(_Locale_time_t* ltime)
713 _Locale_time_t* _Locale_time_create(const char * name, _Locale_lcid_t* lc_hint, int *__err_code) {
719 _Locale_time_t *ltime = (_Locale_time_t*)malloc(sizeof(_Locale_time_t));
722 memset(ltime, 0, sizeof(_Locale_time_t));
921 char const* _Locale_time_name(const _Locale_time_t* ltime, char* buf)
    [all...]

Completed in 84 milliseconds