Lines Matching refs:strcat
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()
362 strcat((char*)tmpFileName, (const char*)picoInternalTaLingware[langIndex]); in doLanguageSwitchFromLangIndex()
381 strcat((char *) picoTaFileName, (const char *) picoInternalTaLingware[langIndex]); in doLanguageSwitchFromLangIndex()
382 strcat((char *) picoSgFileName, (const char *) picoInternalSgLingware[langIndex]); in doLanguageSwitchFromLangIndex()
383 strcat((char *) picoUtppFileName, (const char *) picoInternalUtppLingware[langIndex]); in doLanguageSwitchFromLangIndex()
560 strcat(data, tmp); in doAddProperties()
567 strcat(data, tmp); in doAddProperties()
574 strcat(data, tmp); in doAddProperties()
578 strcat(data, str); in doAddProperties()
580 strcat(data, PICO_VOLUME_CLOSE_TAG); in doAddProperties()
584 strcat(data, PICO_SPEED_CLOSE_TAG); in doAddProperties()
588 strcat(data, PICO_PITCH_CLOSE_TAG); in doAddProperties()
773 strcat(convstring, PICO_PHONEME_OPEN_TAG); in createPhonemeString()
774 strcat(convstring, xsampa); in createPhonemeString()
775 strcat(convstring, PICO_PHONEME_CLOSE_TAG); in createPhonemeString()
783 strcat( words[j], PICO_PHONEME_OPEN_TAG); in createPhonemeString()
785 strcat( words[j], PICO_PHONEME_CLOSE_TAG); in createPhonemeString()
793 strcat(words[j], PICO_PHONEME_OPEN_TAG); in createPhonemeString()
794 strcat(words[j], xsampa+start); in createPhonemeString()
795 strcat(words[j], PICO_PHONEME_CLOSE_TAG); in createPhonemeString()
800 strcat(convstring, words[i]); in createPhonemeString()
995 strcat( XPnt, (const char *)&(PhnAry[idx].strXSAMPA) ); /* copy the XSAMPA string */ in CnvIPAPnt()
999 strcat(XPnt, (const char *)&ThisPnt); /* just copy it */ in CnvIPAPnt()
1028 strcat((char *)*outXsampaString, XPnt ); /* concatenate XSAMPA */ in cnvIpaToXsampa()