Home
last modified time | relevance | path

Searched defs:getISO3Country (Results 1 – 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/src/libcore/icu/
DICU_Delegate.java155 /*package*/ static String getISO3Country(String locale) { in getISO3Country() method in ICU_Delegate
/frameworks/base/core/java/android/speech/tts/
DTtsEngines.java97 normalizeCountry.put(new Locale("", country).getISO3Country(), country); in normalizeCountry.put() argument