Searched refs:__ConvertDate (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
D | c_locale_win32.c | 427 static int __ConvertDate(const char *NTDate, char *buffer, int buf_size) { in __ConvertDate() function 767 size = __ConvertDate(fmt80, NULL, 0); in _Locale_time_create() 771 __ConvertDate(fmt80, ltime->date_format, size); in _Locale_time_create() 774 size = __ConvertDate(fmt80, NULL, 0); in _Locale_time_create() 778 __ConvertDate(fmt80, ltime->long_date_format, size); in _Locale_time_create()
|