Searched refs:getISO3Country (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/ |
D | TextToSpeechTests.java | 165 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/ |
D | TextToSpeechService.java | 288 locale.getISO3Country(), locale.getVariant()); in onGetVoices() 297 locale.getISO3Country(), locale.getVariant()); in onGetVoices() 299 locale.getISO3Country(), locale.getVariant()); in onGetVoices() 370 locale.getISO3Country(), locale.getVariant()); in onLoadVoice() 375 locale.getISO3Country(), locale.getVariant()); in onLoadVoice() 401 locale.getISO3Country(), locale.getVariant()); in onIsValidVoiceName()
|
D | TtsEngines.java | 96 normalizeCountry.put(new Locale("", country).getISO3Country(), country); in normalizeCountry.put() argument 420 result.getISO3Country(); in parseLocaleString() 478 ret[1] = locale.getISO3Country(); in toOldLocaleStringFormat()
|
D | TextToSpeech.java | 1301 locale.getISO3Language(), locale.getISO3Country(), locale.getVariant()); 1481 country = loc.getISO3Country(); 1531 voiceCountry = voice.getLocale().getISO3Country(); 1656 country = voice.getLocale().getISO3Country(); 1789 country = loc.getISO3Country();
|
/frameworks/base/tools/layoutlib/bridge/src/libcore/icu/ |
D | ICU_Delegate.java | 154 /*package*/ static String getISO3Country(String locale) { in getISO3Country() method in ICU_Delegate
|
/frameworks/base/api/ |
D | test-current.txt | 18690 method public java.lang.String getISO3Country(); 18691 method public static java.lang.String getISO3Country(java.lang.String); 58433 method public java.lang.String getISO3Country() throws java.util.MissingResourceException;
|
D | current.txt | 18676 method public java.lang.String getISO3Country(); 18677 method public static java.lang.String getISO3Country(java.lang.String); 58351 method public java.lang.String getISO3Country() throws java.util.MissingResourceException;
|
D | system-current.txt | 19886 method public java.lang.String getISO3Country(); 19887 method public static java.lang.String getISO3Country(java.lang.String); 61885 method public java.lang.String getISO3Country() throws java.util.MissingResourceException;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 48431 method public java.lang.String getISO3Country();
|