Home
last modified time | relevance | path

Searched refs:normalizedCountry (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
DTtsEngines.java415 String normalizedCountry= sNormalizeCountry.get(country); in parseLocaleString() local
416 if (normalizedCountry != null) { in parseLocaleString()
417 country = normalizedCountry; in parseLocaleString()
457 String normalizedCountry= sNormalizeCountry.get(country); in normalizeTTSLocale() local
458 if (normalizedCountry != null) { in normalizeTTSLocale()
459 country = normalizedCountry; in normalizeTTSLocale()