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

/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp249 * @langIndex - the index of the language to check the resources for. The index is valid.
252 static bool hasResourcesForLanguage(int langIndex) { argument
258 strcat((char*)fileName, (const char*)picoInternalTaLingware[langIndex]);
265 strcat((char*)fileName, (const char*)picoInternalSgLingware[langIndex]);
278 strcat((char*)fileName, (const char*)picoInternalTaLingware[langIndex]);
288 strcat((char*)fileName, (const char*)picoInternalSgLingware[langIndex]);
305 * @langIndex - the index of the locale/voice to load, which is guaranteed to be supported.
308 static tts_result doLanguageSwitchFromLangIndex( int langIndex )
312 if (langIndex>=0) {
314 if (picoProp_currLang && (strcmp(picoProp_currLang, picoSupportedLang[langIndex])
1136 int langIndex; local
1213 int langIndex = -1; local
[all...]
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...

Completed in 230 milliseconds