Home
last modified time | relevance | path

Searched refs:doLanguageSwitchFromLangIndex (Results 1 – 1 of 1) sorted by relevance

/external/svox/pico/tts/
Dcom_svox_picottsengine.cpp309 static tts_result doLanguageSwitchFromLangIndex( int langIndex ) in doLanguageSwitchFromLangIndex() function
516 return doLanguageSwitchFromLangIndex( loclIndex ); in doLanguageSwitch()
1195 return doLanguageSwitchFromLangIndex( langIndex ); /* switch the language */ in setLanguage()
1514 if (doLanguageSwitchFromLangIndex(0) == TTS_FAILURE) { in synthesizeText()