Lines Matching defs:set
580 std::set<std::string> Intl::BuildLocaleSet(
583 std::set<std::string> locales;
1027 // weights_uniq_sorted = sorted(set(ws))
1187 bool USetContainsAllAsciiItem(USet* set) {
1191 const int length = uset_getItemCount(set);
1196 uset_getItem(set, i, &start, &end, buffer, kBufferSize, &status);
1233 // These attributes must be set to the expected value for fast comparisons.
1290 // result is EQUAL, we set `processed_until_out` to the first non-processed
1593 // 17. If hasSd or roundingPriority is not "auto", set needSd to true; else,
1594 // set needSd to false.
1654 // 21.a.iii If mnfd is undefined, set mnfd to min(mnfdDefault, mxfd).
1658 // 21.a.iv Else if mxfd is undefined, set mxfd to max(mxfdDefault,
1720 std::string BestAvailableLocale(const std::set<std::string>& available_locales,
1820 const std::set<std::string>& available_locales,
1849 Isolate* isolate, const std::set<std::string>& available_locales,
1910 const std::set<std::string>& available_locales,
1925 Isolate* isolate, const std::set<std::string>& available_locales,
1982 const std::set<std::string>& available_locales,
2056 fixed_array->set(index++, *str);
2153 std::set<std::string> sanctioned(Intl::SanctionedSimpleUnits());
2159 fixed_array->set(index++, *str);
2218 const std::set<std::string>& available_locales, Handle<Object> locales,
2263 std::set<std::string> invalid_values = {"standard", "search"};
2283 std::set<std::string> invalid_values = {"native", "traditio", "finance"};
2299 icu::Locale* icu_locale, const std::set<std::string>& relevant_keys) {
2346 std::set<std::string> valid_values = {"h11", "h12", "h23", "h24"};
2350 std::set<std::string> valid_values = {"strict", "normal", "loose"};
2354 std::set<std::string> valid_values = {"true", "false"};
2358 std::set<std::string> valid_values = {"upper", "lower", "false"};
2379 const std::set<std::string>& available_locales,
2438 Isolate* isolate, const std::set<std::string>& available_locales,
2440 const std::set<std::string>& relevant_extension_keys) {
2670 const std::set<std::string>& Intl::GetAvailableLocales() {
2685 const std::set<std::string>& Intl::GetAvailableLocalesForDateFormat() {
2784 std::set<std::string> Intl::SanctionedSimpleUnits() {
2785 return std::set<std::string>({"acre", "bit", "byte",