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

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 427 static int __ConvertDate(const char *NTDate, char *buffer, int buf_size) {
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);
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 427 static int __ConvertDate(const char *NTDate, char *buffer, int buf_size) {
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);
    [all...]

Completed in 477 milliseconds