Home | History | Annotate | Download | only in tts

Lines Matching refs:totalLength

762     int     start, totalLength, i, j;
778 start = 0; totalLength = 0; i = 0; j = 0;
788 totalLength += strlen(words[j-1]);
796 totalLength += strlen(words[j]);
797 convstring = new char[totalLength + 1];