Home
last modified time | relevance | path

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

/external/svox/pico/tts/
Dcom_svox_picottsengine.cpp253 static bool hasResourcesForLanguage(int langIndex) { in hasResourcesForLanguage() argument
259 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() argument
313 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 …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java1389 int langIndex = LANG_DIR_STRING.indexOf(lang); in isRightToLeft() local
1390 if (langIndex >= 0) { in isRightToLeft()
1391 switch (LANG_DIR_STRING.charAt(langIndex + lang.length())) { in isRightToLeft()