Home | History | Annotate | Download | only in tts

Lines Matching full:strlen

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