Lines Matching full:variant
114 // Returns the level of support for the language, country and variant.
115 // @return TTS_LANG_COUNTRY_VAR_AVAILABLE if the language, country and variant are supported,
119 // the specified variant
122 // the specified country and variant
127 const char *variant);
133 // instance. The variant value is encoded as the variant string retrieved from a
134 // java.util.Locale instance built with that variant data.
137 // @param variant pointer to the variant code
139 virtual tts_result loadLanguage(const char *lang, const char *country, const char *variant);
141 // Load the resources associated with the specified language, country and Locale variant.
145 // instance. The variant value is encoded as the variant string retrieved from a
146 // java.util.Locale instance built with that variant data.
149 // @param variant pointer to the variant code
151 virtual tts_result setLanguage(const char *lang, const char *country, const char *variant);
153 // Retrieve the currently set language, country and variant, or empty strings if none of
157 // @param[out] pointer to the retrieved variant value
159 virtual tts_result getLanguage(char *language, char *country, char *variant);
212 // o variant,