Lines Matching refs:locale
108 for (const std::string &locale : icuAvailableLocales) {
109 JSHandle<EcmaString> localeStr = factory->NewFromStdString(locale);
118 const char *locale = nullptr;
119 locale = locales->next(len, status);
120 if (!U_SUCCESS(status) || locale == nullptr) {
124 localeStr = std::string(locale);
202 // Get ICU numberFormatter with given locale
259 // 12. Set pluralRules.[[Locale]] to the value of r.[[locale]].
312 JSHandle<EcmaString> locale(thread, pluralRules->GetLocale());
313 PropertyDescriptor localeDesc(thread, JSHandle<JSTaggedValue>::Cast(locale), true, true, true);
359 // for the selected locale pr.[[Locale]]. This List consists of unique String values,
361 // that are relevant for the locale whose localization is specified in LDML Language Plural Rules.