Lines Matching defs:string
13 #include <string>
73 Maybe<std::vector<std::string>> maybe_requested_locales =
76 std::vector<std::string> requested_locales =
87 // 5. Let matcher be ? GetOption(options, "localeMatcher", "string", «
96 // `"string"`, *undefined*, *undefined*).
134 Maybe<std::string> maybe_locale_str = Intl::ToLanguageTag(icu_locale);
149 // 16. Let s be ? GetOption(options, "style", "string",
159 // 18. Let numeric be ? GetOption(options, "numeric", "string",
401 const icu::UnicodeString& string, int32_t index,
405 isolate, substring, Intl::ToString(isolate, string, start, limit),
413 const icu::UnicodeString& string, int32_t index,
419 Intl::ToString(isolate, string, part.begin_pos, part.end_pos),
422 Intl::NumberFieldToType(isolate, part, string, is_nan),
431 icu::UnicodeString string = formatted.toString(status);
454 AddLiteral(isolate, array, string, index++, previous_end, start);
461 AddUnit(isolate, array, string, index++,
466 AddUnit(isolate, array, string, index++,
476 AddUnit(isolate, array, string, index++,
485 if (string.length() > previous_end) {
486 Maybe<bool> maybe_added = AddLiteral(isolate, array, string, index,
487 previous_end, string.length());
513 const std::set<std::string>& JSRelativeTimeFormat::GetAvailableLocales() {