Home | History | Annotate | Download | only in tts

Lines Matching refs:country

105     // Returns the level of support for the language, country and variant.
106 // @return TTS_LANG_COUNTRY_VAR_AVAILABLE if the language, country and variant are supported,
108 // TTS_LANG_COUNTRY_AVAILABLE if the language and country are supported and the
113 // the specified country and variant
117 virtual tts_support_result isLanguageAvailable(const char *lang, const char *country,
122 // language value is issued. Language and country values are coded according to the ISO three
127 // @param country pointer to the ISO three letter code for the country
130 virtual tts_result loadLanguage(const char *lang, const char *country, const char *variant);
132 // Load the resources associated with the specified language, country and Locale variant.
134 // language value is issued. Language and country values are coded according to the ISO three
139 // @param country pointer to the ISO three letter code for the country
142 virtual tts_result setLanguage(const char *lang, const char *country, const char *variant);
144 // Retrieve the currently set language, country and variant, or empty strings if none of
145 // parameters have been set. Language and country are represented by their 3-letter ISO code
147 // @param[out] pointer to the retrieved 3-letter code country value
150 virtual tts_result getLanguage(char *language, char *country, char *variant);