HomeSort by relevance Sort by last modified time
    Searched refs:normalizeTTSLocale (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tests/TtsTests/src/com/android/speech/tts/
TtsEnginesTests.java 45 TtsEngines.normalizeTTSLocale(new Locale("eng", "gbr")));
47 TtsEngines.normalizeTTSLocale(new Locale("eng", "GBR")));
49 TtsEngines.normalizeTTSLocale(new Locale("deu", "deu")));
51 TtsEngines.normalizeTTSLocale(new Locale("deu")));
53 TtsEngines.normalizeTTSLocale(new Locale("yyy", "DE")));
  /cts/tests/tests/speech/src/android/speech/tts/cts/
StubTextToSpeechService.java 106 return TtsEngines.normalizeTTSLocale(locale).toLanguageTag();
  /frameworks/base/core/java/android/speech/tts/
TtsEngines.java 439 public static Locale normalizeTTSLocale(Locale ttsLocale) {
TextToSpeechService.java 338 Locale properLocale = TtsEngines.normalizeTTSLocale(iso3Locale);
    [all...]

Completed in 2880 milliseconds