Searched refs:langIndex (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp250 * @langIndex - the index of the language to check the resources for. The index is valid.
253 static bool hasResourcesForLanguage(int langIndex) { argument
259 strcat((char*)fileName, (const char*)picoInternalTaLingware[langIndex]);
266 strcat((char*)fileName, (const char*)picoInternalSgLingware[langIndex]);
279 strcat((char*)fileName, (const char*)picoInternalTaLingware[langIndex]);
289 strcat((char*)fileName, (const char*)picoInternalSgLingware[langIndex]);
306 * @langIndex - the index of the locale/voice to load, which is guaranteed to be supported.
309 static tts_result doLanguageSwitchFromLangIndex( int langIndex )
313 if (langIndex>=0) {
315 if (picoProp_currLang && (strcmp(picoProp_currLang, picoSupportedLang[langIndex])
1131 int langIndex; local
1208 int langIndex = -1; local
[all...]

Completed in 64 milliseconds