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

/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp118 int picoCurrentLangIndex = -1; variable
153 if ((picoCurrentLangIndex > -1) &&
154 (strncmp(locale, picoSupportedLang[picoCurrentLangIndex], 2) == 0)) {
156 found = picoCurrentLangIndex;
202 picoCurrentLangIndex = -1;
490 picoCurrentLangIndex = langIndex;
1068 picoCurrentLangIndex = -1;
1272 if (picoCurrentLangIndex == -1) {
1277 strcpy(language, picoSupportedLangIso3[picoCurrentLangIndex]);
1278 strcpy(country, picoSupportedCountryIso3[picoCurrentLangIndex]);
[all...]

Completed in 16 milliseconds