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

  /external/stlport/src/c_locale_win32/
c_locale_win32.c 208 char *time_format; member in struct:_Locale_time
782 ltime->time_format = (char*)malloc(size);
783 if (!ltime->time_format)
785 __ConvertTime(fmt80, ltime->time_format, size);
788 length = strlen(ltime->date_format) + strlen(ltime->time_format) + 1 /* space */ + 1 /* trailing 0 */;
794 _STLP_STRCAT(ltime->date_time_format, length, ltime->time_format);
797 length = strlen(ltime->long_date_format) + strlen(ltime->time_format) + 1 /* space */ + 1 /* trailing 0 */;
803 _STLP_STRCAT(ltime->long_date_time_format, length, ltime->time_format);
    [all...]
  /ndk/sources/android/stlport/src/c_locale_win32/
c_locale_win32.c 208 char *time_format; member in struct:_Locale_time
782 ltime->time_format = (char*)malloc(size);
783 if (!ltime->time_format)
785 __ConvertTime(fmt80, ltime->time_format, size);
788 length = strlen(ltime->date_format) + strlen(ltime->time_format) + 1 /* space */ + 1 /* trailing 0 */;
794 _STLP_STRCAT(ltime->date_time_format, length, ltime->time_format);
797 length = strlen(ltime->long_date_format) + strlen(ltime->time_format) + 1 /* space */ + 1 /* trailing 0 */;
803 _STLP_STRCAT(ltime->long_date_time_format, length, ltime->time_format);
    [all...]

Completed in 13 milliseconds