Searched refs:DateTimeFormat (Results 1 – 7 of 7) sorted by relevance
7 import com.google.gwt.i18n.client.DateTimeFormat;28 private static final DateTimeFormat dateTimeFormat =29 DateTimeFormat.getFormat("yyyy-MM-dd");30 private static final DateTimeFormat parseFormat =31 DateTimeFormat.getFormat("yyyy-MM-ddTHH:mm");
59 V8_WARN_UNUSED_RESULT static MaybeHandle<String> DateTimeFormat(
683 MaybeHandle<String> DateFormat::DateTimeFormat( in DateTimeFormat() function in v8::internal::DateFormat
174 TEST_F(CFGAS_FormatStringTest, DateTimeFormat) { in TEST_F() argument
24 var GlobalIntlDateTimeFormat = GlobalIntl.DateTimeFormat;
666 isolate, DateFormat::DateTimeFormat(isolate, date_format_holder, date)); in BUILTIN()
47567 Added DateTimeFormat to i18n API.47618 Added DateTimeFormat class to experimental i18n API.