Home
last modified time | relevance | path

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

/external/svox/pico/tts/
Dcom_svox_picottsengine.cpp85 const char * picoSupportedCountryIso3[] = { "USA", "GBR", "DEU", … variable
1174 && (strcmp(country, picoSupportedCountryIso3[i]) == 0)) in setLanguage()
1243 && (strcmp(country, picoSupportedCountryIso3[i]) == 0)) { in isLanguageAvailable()
1278 strcpy(country, picoSupportedCountryIso3[picoCurrentLangIndex]); in getLanguage()