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

  /external/chromium_org/v8/src/
i18n.cc 98 icu::SimpleDateFormat* date_format = NULL; local
109 date_format = new icu::SimpleDateFormat(pattern, icu_locale, status);
111 date_format->adoptCalendar(calendar);
117 delete date_format;
118 date_format = NULL;
121 return date_format;
127 icu::SimpleDateFormat* date_format,
132 date_format->toPattern(pattern);
142 const icu::Calendar* calendar = date_format->getCalendar();
698 icu::SimpleDateFormat* date_format = CreateICUDateFormat local
    [all...]
runtime.cc     [all...]

Completed in 68 milliseconds