Lines Matching full:country
163 // Returns the level of support for the language, country and variant.
164 // @return TTS_LANG_COUNTRY_VAR_AVAILABLE if the language, country and variant are supported,
166 // TTS_LANG_COUNTRY_AVAILABLE if the language and country are supported and the
171 // the specified country and variant
178 const char *country,
183 // language value is issued. Language and country values are coded according to the ISO three
188 // @param country pointer to the ISO three letter code for the country
194 const char *country,
197 // Load the resources associated with the specified language, country and Locale variant.
199 // language value is issued. Language and country values are coded according to the ISO three
204 // @param country pointer to the ISO three letter code for the country
210 const char *country,
213 // Retrieve the currently set language, country and variant, or empty strings if none of
214 // parameters have been set. Language and country are represented by their 3-letter ISO code
216 // @param[out] pointer to the retrieved 3-letter code country value
222 char *country,