Lines Matching refs:language
13 * See the License for the specific language governing permissions and
158 // Returns the level of support for the language, country and variant.
159 // @return TTS_LANG_COUNTRY_VAR_AVAILABLE if the language, country and variant are supported,
161 // TTS_LANG_COUNTRY_AVAILABLE if the language and country are supported and the
164 // TTS_LANG_AVAILABLE if the language is supported and the
168 // for the language are not correctly installed
169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine.
176 // Load the resources associated with the specified language. The loaded
177 // language will only be used once a call to setLanguage() with the same
178 // language value is issued. Language and country values are coded according to the ISO three
182 // @param lang pointer to the ISO three letter code for the language
192 // Load the resources associated with the specified language, country and Locale variant.
193 // The loaded language will only be used once a call to setLanguageFromLocale() with the same
194 // language value is issued. Language and country values are coded according to the ISO three
198 // @param lang pointer to the ISO three letter code for the language
208 // Retrieve the currently set language, country and variant, or empty strings if none of
209 // parameters have been set. Language and country are represented by their 3-letter ISO code
210 // @param[out] pointer to the retrieved 3-letter code language value
216 char *language,
251 // @param[out] value pointer to the retrieved language value
254 // out: stores the size required to hold the language