Searched refs:ttsLocale (Results 1 – 1 of 1) sorted by relevance
439 public static Locale normalizeTTSLocale(Locale ttsLocale) { in normalizeTTSLocale() argument440 String language = ttsLocale.getLanguage(); in normalizeTTSLocale()448 String country = ttsLocale.getCountry(); in normalizeTTSLocale()455 return new Locale(language, country, ttsLocale.getVariant()); in normalizeTTSLocale()