Lines Matching refs:strlen
533 textlen = strlen(str) + 1; in doAddProperties()
535 textlen += strlen(PICO_PITCH_OPEN_TAG) + 5; in doAddProperties()
536 textlen += strlen(PICO_PITCH_CLOSE_TAG); in doAddProperties()
540 textlen += strlen(PICO_SPEED_OPEN_TAG) + 5; in doAddProperties()
541 textlen += strlen(PICO_SPEED_CLOSE_TAG); in doAddProperties()
546 textlen += strlen(PICO_VOLUME_OPEN_TAG) + 5; in doAddProperties()
547 textlen += strlen(PICO_VOLUME_CLOSE_TAG); in doAddProperties()
558 char* tmp = (char*)malloc(strlen(PICO_PITCH_OPEN_TAG) + strlen(PICO_PITCH_CLOSE_TAG) + 5); in doAddProperties()
565 char* tmp = (char*)malloc(strlen(PICO_SPEED_OPEN_TAG) + strlen(PICO_SPEED_CLOSE_TAG) + 5); in doAddProperties()
572 char* tmp = (char*)malloc(strlen(PICO_VOLUME_OPEN_TAG) + strlen(PICO_VOLUME_CLOSE_TAG) + 5); in doAddProperties()
697 textlen = strlen(str) + 1; in doCamelCase()
760 int origStrLen = strlen(xsampa); in createPhonemeString()
788 totalLength += strlen(words[j-1]); in createPhonemeString()
796 totalLength += strlen(words[j]); in createPhonemeString()
1031 xsize = strlen(*outXsampaString); /* get the final length */ in cnvIpaToXsampa()
1071 if ((config != NULL) && (strlen(config) > 0)) { in init()
1072 pico_alt_lingware_path = (char*)malloc(strlen(config)); in init()
1076 pico_alt_lingware_path = (char*)malloc(strlen(PICO_LINGWARE_PATH) + 1); in init()
1235 if ((country == NULL) || (strlen(country) == 0)) { in isLanguageAvailable()
1332 if (strlen(value) != 2 && strlen(value) != 6) { in setProperty()
1406 if (*iosize < strlen(picoProp_currLang)+1) { in getProperty()
1407 *iosize = strlen(picoProp_currLang) + 1; in getProperty()
1416 if (*iosize < strlen(tmprate)+1) { in getProperty()
1417 *iosize = strlen(tmprate) + 1; in getProperty()
1425 if (*iosize < strlen(tmppitch)+1) { in getProperty()
1426 *iosize = strlen(tmppitch) + 1; in getProperty()
1434 if (*iosize < strlen(tmpvol)+1) { in getProperty()
1435 *iosize = strlen(tmpvol) + 1; in getProperty()
1475 if (strlen(text) == 0) { in synthesizeText()
1549 text_remaining = strlen((const char *) local_text) + 1; in synthesizeText()