Home | History | Annotate | Download | only in tts

Lines Matching defs:country

74      * Denotes the language is available for the language and country specified 
82 * but not the country and variant.
235 * and YYY is the 3-letter ISO country code.</li>
262 * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are
269 * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are
277 * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are
305 public static final String KEY_PARAM_COUNTRY = "country";
1081 String country = loc.getISO3Country();
1083 // Check if the language, country, variant are available, and cache
1087 result = mITts.isLanguageAvailable(language, country, variant, mCachedParams);
1091 mCachedParams[Engine.PARAM_POSITION_COUNTRY + 1] = country;
1129 * @return language, country (if any) and variant (if any) used by the engine stored in a Locale