Home
last modified time | relevance | path

Searched defs:ltime (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
Dc_locale_dummy.c132 char const* _Locale_time_name(const struct _Locale_time *ltime, char* buf) in _Locale_time_name()
147 void _Locale_time_destroy(struct _Locale_time *ltime) {} in _Locale_time_destroy()
420 const char * _Locale_full_monthname(struct _Locale_time * ltime, int n) in _Locale_full_monthname()
426 const char * _Locale_abbrev_monthname(struct _Locale_time * ltime, int n) in _Locale_abbrev_monthname()
431 const char * _Locale_full_dayofweek(struct _Locale_time * ltime, int n) in _Locale_full_dayofweek()
436 const char * _Locale_abbrev_dayofweek(struct _Locale_time * ltime, int n) in _Locale_abbrev_dayofweek()
439 const char* _Locale_d_t_fmt(struct _Locale_time* ltime) in _Locale_d_t_fmt()
441 const char* _Locale_d_fmt(struct _Locale_time* ltime) in _Locale_d_fmt()
443 const char* _Locale_t_fmt(struct _Locale_time* ltime) in _Locale_t_fmt()
445 const char* _Locale_long_d_t_fmt(struct _Locale_time* ltime) in _Locale_long_d_t_fmt()
[all …]
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_wlocale_win32.c292 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()
Dc_locale_win32.c272 _Locale_lcid_t* _Locale_get_time_hint(_Locale_time_t* ltime) in _Locale_get_time_hint()
719 _Locale_time_t *ltime = (_Locale_time_t*)malloc(sizeof(_Locale_time_t)); in _Locale_time_create() local
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()
1279 const char * _Locale_abbrev_dayofweek(_Locale_time_t * ltime, int day) { in _Locale_abbrev_dayofweek()
1284 const char* _Locale_d_t_fmt(_Locale_time_t* ltime) in _Locale_d_t_fmt()
1287 const char* _Locale_long_d_t_fmt(_Locale_time_t* ltime) in _Locale_long_d_t_fmt()
[all …]
/ndk/sources/host-tools/make-3.81/
Dremake.c1392 FILE_TIMESTAMP ltime; in name_mtime() local