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.java409 String normalizedCountry= sNormalizeCountry.get(country); in parseLocaleString() local
410 if (normalizedCountry != null) { in parseLocaleString()
411 country = normalizedCountry; in parseLocaleString()
450 String normalizedCountry= sNormalizeCountry.get(country); in normalizeTTSLocale() local
451 if (normalizedCountry != null) { in normalizeTTSLocale()
452 country = normalizedCountry; in normalizeTTSLocale()