Searched defs:date_format (Results 1 - 1 of 1) sorted by last modified time

/external/v8/src/
H A Di18n.cc98 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 local
125 SetResolvedDateSettings(Isolate* isolate, const icu::Locale& icu_locale, icu::SimpleDateFormat* date_format, Handle<JSObject> resolved) argument
[all...]

Completed in 45 milliseconds