Lines Matching refs:strcat

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()
361 strcat((char*)tmpFileName, (const char*)picoInternalTaLingware[langIndex]); in doLanguageSwitchFromLangIndex()
380 strcat((char *) picoTaFileName, (const char *) picoInternalTaLingware[langIndex]); in doLanguageSwitchFromLangIndex()
381 strcat((char *) picoSgFileName, (const char *) picoInternalSgLingware[langIndex]); in doLanguageSwitchFromLangIndex()
382 strcat((char *) picoUtppFileName, (const char *) picoInternalUtppLingware[langIndex]); in doLanguageSwitchFromLangIndex()
559 strcat(data, tmp); in doAddProperties()
566 strcat(data, tmp); in doAddProperties()
573 strcat(data, tmp); in doAddProperties()
577 strcat(data, str); in doAddProperties()
579 strcat(data, PICO_VOLUME_CLOSE_TAG); in doAddProperties()
583 strcat(data, PICO_SPEED_CLOSE_TAG); in doAddProperties()
587 strcat(data, PICO_PITCH_CLOSE_TAG); in doAddProperties()
772 strcat(convstring, PICO_PHONEME_OPEN_TAG); in createPhonemeString()
773 strcat(convstring, xsampa); in createPhonemeString()
774 strcat(convstring, PICO_PHONEME_CLOSE_TAG); in createPhonemeString()
782 strcat( words[j], PICO_PHONEME_OPEN_TAG); in createPhonemeString()
784 strcat( words[j], PICO_PHONEME_CLOSE_TAG); in createPhonemeString()
792 strcat(words[j], PICO_PHONEME_OPEN_TAG); in createPhonemeString()
793 strcat(words[j], xsampa+start); in createPhonemeString()
794 strcat(words[j], PICO_PHONEME_CLOSE_TAG); in createPhonemeString()
799 strcat(convstring, words[i]); in createPhonemeString()
994 strcat( XPnt, (const char *)&(PhnAry[idx].strXSAMPA) ); /* copy the XSAMPA string */ in CnvIPAPnt()
998 strcat(XPnt, (const char *)&ThisPnt); /* just copy it */ in CnvIPAPnt()
1027 strcat((char *)*outXsampaString, XPnt ); /* concatenate XSAMPA */ in cnvIpaToXsampa()