Searched refs:langIndex (Results 1 – 2 of 2) sorted by relevance
253 static bool hasResourcesForLanguage(int langIndex) { in hasResourcesForLanguage() argument259 strcat((char*)fileName, (const char*)picoInternalTaLingware[langIndex]); in hasResourcesForLanguage()266 strcat((char*)fileName, (const char*)picoInternalSgLingware[langIndex]); in hasResourcesForLanguage()279 strcat((char*)fileName, (const char*)picoInternalTaLingware[langIndex]); in hasResourcesForLanguage()289 strcat((char*)fileName, (const char*)picoInternalSgLingware[langIndex]); in hasResourcesForLanguage()309 static tts_result doLanguageSwitchFromLangIndex( int langIndex ) in doLanguageSwitchFromLangIndex() argument313 if (langIndex>=0) { in doLanguageSwitchFromLangIndex()315 if (picoProp_currLang && (strcmp(picoProp_currLang, picoSupportedLang[langIndex]) == 0)) { in doLanguageSwitchFromLangIndex()362 strcat((char*)tmpFileName, (const char*)picoInternalTaLingware[langIndex]); in doLanguageSwitchFromLangIndex()381 strcat((char *) picoTaFileName, (const char *) picoInternalTaLingware[langIndex]); in doLanguageSwitchFromLangIndex()[all …]
1389 int langIndex = LANG_DIR_STRING.indexOf(lang); in isRightToLeft() local1390 if (langIndex >= 0) { in isRightToLeft()1391 switch (LANG_DIR_STRING.charAt(langIndex + lang.length())) { in isRightToLeft()