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

/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp85 const char * picoSupportedCountryIso3[] = { "USA", "GBR", "DEU", "ESP", "FRA", "ITA" }; variable
1174 && (strcmp(country, picoSupportedCountryIso3[i]) == 0))
1243 && (strcmp(country, picoSupportedCountryIso3[i]) == 0)) {
1278 strcpy(country, picoSupportedCountryIso3[picoCurrentLangIndex]);

Completed in 57 milliseconds