Lines Matching refs:variant

141      * by the locale, but not the variant.
147 * but not the country and variant.
365 * available voices. The format of each voice is: lang-COUNTRY-variant where COUNTRY and
366 * variant are optional (ie, "eng" or "eng-USA" or "eng-USA-FEMALE").</li>
369 * lang-COUNTRY-variant where COUNTRY and variant are optional (ie, "eng" or
383 * <li>variant</li>
406 * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are
414 * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are
456 * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are
504 public static final String KEY_PARAM_VARIANT = "variant";
1422 * @return language, country (if any) and variant (if any) used by the client stored in a
1477 String variant = loc.getVariant();
1484 int result = service.isLanguageAvailable( language, country, variant);
1487 variant = "";
1493 String voiceName = service.getDefaultVoiceNameFor(language, country, variant);
1496 country + "/" + variant);
1508 mParams.putString(Engine.KEY_PARAM_VARIANT, variant);
1535 * @return language, country (if any) and variant (if any) used by the client stored in a
1550 String variant = mParams.getString(Engine.KEY_PARAM_VARIANT, "");
1551 return new Locale(lang, country, variant);
1613 // Set the language/country/variant, so #getLanguage will return the voice
1689 String variant = (defaultLanguage.length > 2) ? defaultLanguage[2] : "";
1692 int result = service.isLanguageAvailable(language, country, variant);
1695 variant = "";
1706 String voiceName = service.getDefaultVoiceNameFor(language, country, variant);