HomeSort by relevance Sort by last modified time
    Searched refs:normalizeTTSLocale (Results 1 - 3 of 3) 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")));
  /frameworks/base/core/java/android/speech/tts/
TtsEngines.java 439 public static Locale normalizeTTSLocale(Locale ttsLocale) {
TextToSpeechService.java 335 Locale properLocale = TtsEngines.normalizeTTSLocale(iso3Locale);
    [all...]

Completed in 80 milliseconds