Home | History | Annotate | Download | only in tts

Lines Matching refs:strlen

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