Lines Matching defs:locale
80 // Build a set of ICU locales from a list of Locales. If there is a locale
81 // with a script tag then the locales also include a locale without the
88 static Maybe<std::string> ToLanguageTag(const icu::Locale& locale);
90 // Get the name of the numbering system from locale.
92 // for given locale NumberingSystem constructor produces the same digits as
116 // For locale sensitive functions
240 // Check the calendar is valid or not for that locale.
241 static bool IsValidCalendar(const icu::Locale& locale,
244 // Check the collation is valid or not for that locale.
245 static bool IsValidCollation(const icu::Locale& locale,
258 std::string locale;