Lines Matching defs:format
9 #include "src/objects/js-relative-time-format.h"
18 #include "src/objects/js-number-format.h"
19 #include "src/objects/js-relative-time-format-inl.h"
32 // Style: identifying the relative time format style used.
344 Isolate* isolate, Handle<JSRelativeTimeFormat> format,
366 icu::RelativeDateTimeFormatter* formatter = format->icu_formatter().raw();
379 (format->numeric() == JSRelativeTimeFormat::Numeric::ALWAYS)
499 Handle<JSRelativeTimeFormat> format) {
500 return FormatCommon<String>(isolate, format, value_obj, unit_obj,
501 "Intl.RelativeTimeFormat.prototype.format",
507 Handle<JSRelativeTimeFormat> format) {
509 isolate, format, value_obj, unit_obj,