Lines Matching refs:strlen

532     textlen = strlen(str) + 1;  in doAddProperties()
534 textlen += strlen(PICO_PITCH_OPEN_TAG) + 5; in doAddProperties()
535 textlen += strlen(PICO_PITCH_CLOSE_TAG); in doAddProperties()
539 textlen += strlen(PICO_SPEED_OPEN_TAG) + 5; in doAddProperties()
540 textlen += strlen(PICO_SPEED_CLOSE_TAG); in doAddProperties()
545 textlen += strlen(PICO_VOLUME_OPEN_TAG) + 5; in doAddProperties()
546 textlen += strlen(PICO_VOLUME_CLOSE_TAG); in doAddProperties()
557 char* tmp = (char*)malloc(strlen(PICO_PITCH_OPEN_TAG) + strlen(PICO_PITCH_CLOSE_TAG) + 5); in doAddProperties()
564 char* tmp = (char*)malloc(strlen(PICO_SPEED_OPEN_TAG) + strlen(PICO_SPEED_CLOSE_TAG) + 5); in doAddProperties()
571 char* tmp = (char*)malloc(strlen(PICO_VOLUME_OPEN_TAG) + strlen(PICO_VOLUME_CLOSE_TAG) + 5); in doAddProperties()
696 textlen = strlen(str) + 1; in doCamelCase()
759 int origStrLen = strlen(xsampa); in createPhonemeString()
787 totalLength += strlen(words[j-1]); in createPhonemeString()
795 totalLength += strlen(words[j]); in createPhonemeString()
1030 xsize = strlen(*outXsampaString); /* get the final length */ in cnvIpaToXsampa()
1070 if ((config != NULL) && (strlen(config) > 0)) { in init()
1072 if (strlen(config) >= max_filename_length) { in init()
1077 pico_alt_lingware_path = (char*)malloc(strlen(config) + 1); in init()
1081 pico_alt_lingware_path = (char*)malloc(strlen(PICO_LINGWARE_PATH) + 1); in init()
1240 if ((country == NULL) || (strlen(country) == 0)) { in isLanguageAvailable()
1337 if (strlen(value) != 2 && strlen(value) != 6) { in setProperty()
1411 if (*iosize < strlen(picoProp_currLang)+1) { in getProperty()
1412 *iosize = strlen(picoProp_currLang) + 1; in getProperty()
1421 if (*iosize < strlen(tmprate)+1) { in getProperty()
1422 *iosize = strlen(tmprate) + 1; in getProperty()
1430 if (*iosize < strlen(tmppitch)+1) { in getProperty()
1431 *iosize = strlen(tmppitch) + 1; in getProperty()
1439 if (*iosize < strlen(tmpvol)+1) { in getProperty()
1440 *iosize = strlen(tmpvol) + 1; in getProperty()
1480 if (strlen(text) == 0) { in synthesizeText()
1554 text_remaining = strlen((const char *) local_text) + 1; in synthesizeText()