Lines Matching refs:default_locale
617 if (isolate->default_locale().empty()) { in DefaultLocale()
618 icu::Locale default_locale; in DefaultLocale() local
620 if (strcmp(default_locale.getName(), "en_US_POSIX") == 0 || in DefaultLocale()
621 strcmp(default_locale.getName(), "c") == 0) { in DefaultLocale()
626 default_locale.isBogus() in DefaultLocale()
628 : Intl::ToLanguageTag(default_locale).FromJust()); in DefaultLocale()
630 DCHECK(!isolate->default_locale().empty()); in DefaultLocale()
632 return isolate->default_locale(); in DefaultLocale()
1498 icu::Locale default_locale = in BuildLocaleMatcher() local
1502 builder.setDefaultLocale(&default_locale); in BuildLocaleMatcher()
1585 std::string default_locale = DefaultLocale(isolate); in BestFitSupportedLocales() local
1589 if (*it == default_locale) { in BestFitSupportedLocales()