Home
last modified time | relevance | path

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

/external/svox/pico/tts/
Dcom_svox_picottsengine.cpp252 static bool hasResourcesForLanguage(int langIndex) { in hasResourcesForLanguage() argument
258 strcat((char*)fileName, (const char*)picoInternalTaLingware[langIndex]); in hasResourcesForLanguage()
265 strcat((char*)fileName, (const char*)picoInternalSgLingware[langIndex]); in hasResourcesForLanguage()
278 strcat((char*)fileName, (const char*)picoInternalTaLingware[langIndex]); in hasResourcesForLanguage()
288 strcat((char*)fileName, (const char*)picoInternalSgLingware[langIndex]); in hasResourcesForLanguage()
308 static tts_result doLanguageSwitchFromLangIndex( int langIndex ) in doLanguageSwitchFromLangIndex() argument
312 if (langIndex>=0) { in doLanguageSwitchFromLangIndex()
314 if (picoProp_currLang && (strcmp(picoProp_currLang, picoSupportedLang[langIndex]) == 0)) { in doLanguageSwitchFromLangIndex()
361 strcat((char*)tmpFileName, (const char*)picoInternalTaLingware[langIndex]); in doLanguageSwitchFromLangIndex()
380 strcat((char *) picoTaFileName, (const char *) picoInternalTaLingware[langIndex]); in doLanguageSwitchFromLangIndex()
[all …]
/external/r8/src/test/java/com/android/tools/r8/
DR8RunArtTestsTest.java1198 int langIndex = fullClassName.indexOf(".java."); in runJctfTest() local
1199 assert langIndex >= 0; in runJctfTest() local
1201 .get(fullClassName.substring(langIndex + ".java.".length())); in runJctfTest()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java1436 int langIndex = LANG_DIR_STRING.indexOf(lang); in isRightToLeft() local
1437 if (langIndex >= 0) { in isRightToLeft()
1438 switch (LANG_DIR_STRING.charAt(langIndex + lang.length())) { in isRightToLeft()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DULocale.java1340 int langIndex = LANG_DIR_STRING.indexOf(lang); in isRightToLeft() local
1341 if (langIndex >= 0) { in isRightToLeft()
1342 switch (LANG_DIR_STRING.charAt(langIndex + lang.length())) { in isRightToLeft()