Home | History | Annotate | Download | only in include

Lines Matching refs:country

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,
117 // TTS_LANG_COUNTRY_AVAILABLE if the language and country are supported and the
122 // the specified country and variant
126 virtual tts_support_result isLanguageAvailable(const char *lang, const char *country,
131 // language value is issued. Language and country values are coded according to the ISO three
136 // @param country pointer to the ISO three letter code for the country
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.
143 // language value is issued. Language and country values are coded according to the ISO three
148 // @param country pointer to the ISO three letter code for the country
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
154 // parameters have been set. Language and country are represented by their 3-letter ISO code
156 // @param[out] pointer to the retrieved 3-letter code country value
159 virtual tts_result getLanguage(char *language, char *country, char *variant);