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