Searched refs:ttsLocale (Results 1 – 2 of 2) 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()
7151 for (String ttsLocale : ttsLocales) {7152 String[] parts = ttsLocale.split(":");