Home | History | Annotate | Download | only in jni

Lines Matching refs:country

159     // Returns the level of support for the language, country and variant.
160 // @return TTS_LANG_COUNTRY_VAR_AVAILABLE if the language, country and variant are supported,
162 // TTS_LANG_COUNTRY_AVAILABLE if the language and country are supported and the
167 // the specified country and variant
174 const char *country,
179 // language value is issued. Language and country values are coded according to the ISO three
184 // @param country pointer to the ISO three letter code for the country
190 const char *country,
193 // Load the resources associated with the specified language, country and Locale variant.
195 // language value is issued. Language and country values are coded according to the ISO three
200 // @param country pointer to the ISO three letter code for the country
206 const char *country,
209 // Retrieve the currently set language, country and variant, or empty strings if none of
210 // parameters have been set. Language and country are represented by their 3-letter ISO code
212 // @param[out] pointer to the retrieved 3-letter code country value
218 char *country,