Searched refs:variant (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DITextToSpeechService.aidl90 * Returns the language, country and variant currently being used by the TTS engine.
95 * country (ISO 3-letter code) and variant used by the engine.
96 * The country and variant may be {@code ""}. If country is empty, then variant must
106 * @param variant Language variant. May be empty or null.
114 int isLanguageAvailable(in String lang, in String country, in String variant);
124 * @param variant Language variant. May be empty or null.
129 String[] getFeaturesForLanguage(in String lang, in String country, in String variant);
[all...]
H A DSynthesisRequest.java24 * <li>The synthesis locale, represented as a language, country and a variant.
26 * ISO 3166 alpha 3 code. The variant is not specified.</li>
73 * Gets the language variant to use.
103 void setLanguage(String language, String country, String variant) { argument
106 mVariant = variant;
H A DTextToSpeechService.java133 * @param variant Language variant. May be empty or null.
141 protected abstract int onIsLanguageAvailable(String lang, String country, String variant); argument
144 * Returns the language, country and variant currently being used by the TTS engine.
149 * country (ISO 3-letter code) and variant used by the engine.
150 * The country and variant may be {@code ""}. If country is empty, then variant must
168 * @param variant Language variant. May be empty or null.
176 protected abstract int onLoadLanguage(String lang, String country, String variant); argument
207 onGetFeaturesForLanguage(String lang, String country, String variant) argument
[all...]
H A DTtsEngines.java338 final String variant = Settings.Secure.getString(cr, Settings.Secure.TTS_DEFAULT_VARIANT);
351 if (!TextUtils.isEmpty(variant)) {
352 v1Locale += LOCALE_DELIMITER + variant;
361 // Note that the default locale might have an empty variant
374 // Do not allow locales of the form lang--variant with
H A DTextToSpeech.java92 * by the locale, but not the variant.
98 * but not the country and variant.
354 * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are
362 * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are
371 * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are
406 public static final String KEY_PARAM_VARIANT = "variant";
1012 String variant
[all...]
/frameworks/base/location/java/android/location/
H A DGeocoderParams.java28 * language, country and variant information from the Geocoder's locale
73 String variant = in.readString();
74 gp.mLocale = new Locale(language, country, variant);
/frameworks/base/tests/BrowserTestPlugin/jni/
H A DPluginObject.cpp66 static bool pluginGetProperty(NPObject *obj, NPIdentifier name, NPVariant *variant);
67 static bool pluginSetProperty(NPObject *obj, NPIdentifier name, const NPVariant *variant);
139 static bool pluginGetProperty(NPObject *obj, NPIdentifier name, NPVariant *variant) argument
143 BOOLEAN_TO_NPVARIANT(true, *variant);
149 static bool pluginSetProperty(NPObject *obj, NPIdentifier name, const NPVariant *variant) argument
/frameworks/compile/slang/
H A DSlangData.mk19 # set for each variant:

Completed in 142 milliseconds