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

/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp247 /** hasResourcesForLanguage
253 static bool hasResourcesForLanguage(int langIndex) { function
1237 return (hasResourcesForLanguage(langIndex) ? TTS_LANG_AVAILABLE : TTS_LANG_MISSING_DATA);
1251 return (hasResourcesForLanguage(langIndex) ? TTS_LANG_AVAILABLE : TTS_LANG_MISSING_DATA);
1256 return (hasResourcesForLanguage(langIndex) ? TTS_LANG_COUNTRY_AVAILABLE : TTS_LANG_MISSING_DATA);

Completed in 71 milliseconds