• Home
  • Raw
  • Download

Lines Matching full:language

13  * See the License for the specific language governing permissions and
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
165 // TTS_LANG_AVAILABLE if the language is supported and the
169 // for the language are not correctly installed
170 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine.
177 // Load the resources associated with the specified language. The loaded
178 // language will only be used once a call to setLanguage() with the same
179 // language value is issued. Language and country values are coded according to the ISO three
183 // @param lang pointer to the ISO three letter code for the language
193 // Load the resources associated with the specified language, country and Locale variant.
194 // The loaded language will only be used once a call to setLanguageFromLocale() with the same
195 // language value is issued. Language and country values are coded according to the ISO three
199 // @param lang pointer to the ISO three letter code for the language
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
211 // @param[out] pointer to the retrieved 3-letter code language value
217 char *language,
252 // @param[out] value pointer to the retrieved language value
255 // out: stores the size required to hold the language