HomeSort by relevance Sort by last modified time
    Searched defs:date_format (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/src/
i18n.cc 122 icu::SimpleDateFormat* date_format = NULL; local
133 date_format = new icu::SimpleDateFormat(pattern, icu_locale, status);
135 date_format->adoptCalendar(calendar);
141 delete date_format;
142 date_format = NULL;
145 return date_format;
151 icu::SimpleDateFormat* date_format,
155 date_format->toPattern(pattern);
167 const icu::Calendar* calendar = date_format->getCalendar();
770 icu::SimpleDateFormat* date_format = CreateICUDateFormat local
    [all...]
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 206 char *date_format; member in struct:_Locale_time
768 ltime->date_format = (char*)malloc(size);
769 if (!ltime->date_format)
771 __ConvertDate(fmt80, ltime->date_format, size);
788 length = strlen(ltime->date_format) + strlen(ltime->time_format) + 1 /* space */ + 1 /* trailing 0 */;
792 _STLP_STRCPY(ltime->date_time_format, length, ltime->date_format);
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 206 char *date_format; member in struct:_Locale_time
768 ltime->date_format = (char*)malloc(size);
769 if (!ltime->date_format)
771 __ConvertDate(fmt80, ltime->date_format, size);
788 length = strlen(ltime->date_format) + strlen(ltime->time_format) + 1 /* space */ + 1 /* trailing 0 */;
792 _STLP_STRCPY(ltime->date_time_format, length, ltime->date_format);
    [all...]

Completed in 223 milliseconds