Home
last modified time | relevance | path

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

/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
DTextToSpeechTests.java165 defaultLocale.getISO3Country().toUpperCase(), in testDefaultLanguage_setsVoiceName()
170 defaultLocale.getISO3Country(), in testDefaultLanguage_setsVoiceName()
179 assertEquals(defaultLocale.getISO3Country(), req.getValue().getCountry()); in testDefaultLanguage_setsVoiceName()
/frameworks/base/core/java/android/speech/tts/
DTextToSpeechService.java287 locale.getISO3Country(), locale.getVariant()); in onGetVoices()
296 locale.getISO3Country(), locale.getVariant()); in onGetVoices()
298 locale.getISO3Country(), locale.getVariant()); in onGetVoices()
369 locale.getISO3Country(), locale.getVariant()); in onLoadVoice()
374 locale.getISO3Country(), locale.getVariant()); in onLoadVoice()
400 locale.getISO3Country(), locale.getVariant()); in onIsValidVoiceName()
DTtsEngines.java96 normalizeCountry.put(new Locale("", country).getISO3Country(), country); in normalizeCountry.put() argument
420 result.getISO3Country(); in parseLocaleString()
478 ret[1] = locale.getISO3Country(); in toOldLocaleStringFormat()
DTextToSpeech.java1291 locale.getISO3Language(), locale.getISO3Country(), locale.getVariant());
1471 country = loc.getISO3Country();
1521 voiceCountry = voice.getLocale().getISO3Country();
1646 country = voice.getLocale().getISO3Country();
1779 country = loc.getISO3Country();
/frameworks/base/tools/layoutlib/bridge/src/libcore/icu/
DICU_Delegate.java154 /*package*/ static String getISO3Country(String locale) { in getISO3Country() method in ICU_Delegate
/frameworks/base/api/
Dcurrent.txt51196 method public java.lang.String getISO3Country();
Dsystem-current.txt53802 method public java.lang.String getISO3Country();