Lines Matching defs:locale
32 // to the locale as Unicode extension (if it was specified at all).
100 // SetNumberFormatDigitOptions but we need the locale to create all
117 isolate->factory()->NewStringFromAsciiChecked(r.locale.c_str());
148 settings.locale(icu_locale);
152 .locale(icu_locale);
179 // 12. Set pluralRules.[[Locale]] to the value of r.[[locale]].
258 Handle<String> locale_value(plural_rules->locale(), isolate);
259 CreateDataPropertyForOptions(isolate, options, locale_value, "locale");
290 // possible results of PluralRuleSelect for the selected locale pr.
333 const char* locale = nullptr;
334 while ((locale = locales->next(&len, status)) != nullptr &&
336 std::string str(locale);