Home | History | Annotate | Download | only in objects

Lines Matching refs:NARROW

33 const char* kUnitNarrow = "unit-narrow";
44 case JSListFormat::Style::NARROW:
45 // Currently, ListFormat::createInstance on "standard-narrow" will
58 // Currently, ListFormat::createInstance on "or-short" and "or-narrow"
67 case JSListFormat::Style::NARROW:
78 case JSListFormat::Style::NARROW:
93 if (strcmp(&str[1], "arrow") == 0) return JSListFormat::Style::NARROW;
157 // «"long", "short", "narrow"», "long").
159 std::vector<const char*> style_values = {"long", "short", "narrow"};
231 case Style::NARROW: