Searched refs:__ConvertDate (Results 1 - 1 of 1) sorted by relevance

/external/stlport/src/c_locale_win32/
H A Dc_locale_win32.c427 static int __ConvertDate(const char *NTDate, char *buffer, int buf_size) { function
767 size = __ConvertDate(fmt80, NULL, 0);
771 __ConvertDate(fmt80, ltime->date_format, size);
774 size = __ConvertDate(fmt80, NULL, 0);
778 __ConvertDate(fmt80, ltime->long_date_format, size);

Completed in 61 milliseconds