Lines Matching refs:strcpy
142 strcpy(m_docLanguage, attributes[i+1]); in startElement()
227 strcpy(xsampastr, phonstr); in startElement()
300 strcpy(time, attributes[i+1]); in startElement()
315 …strcpy(time, SSML_BREAK_WEAK); /* if no time or strength attributes are specified, default to weak… in startElement()
349 strcpy(svoxpitch, "100"); in startElement()
387 strcpy(svoxrate, "100"); in startElement()
430 strcpy(svoxvol, "100"); in startElement()
612 strcpy(converted, SSML_PITCH_XLOW); in convertToSvoxPitch()
622 strcpy(converted, SSML_PITCH_LOW); in convertToSvoxPitch()
632 strcpy(converted, SSML_PITCH_MEDIUM); in convertToSvoxPitch()
642 strcpy(converted, SSML_PITCH_MEDIUM); in convertToSvoxPitch()
652 strcpy(converted, SSML_PITCH_HIGH); in convertToSvoxPitch()
662 strcpy(converted, SSML_PITCH_XHIGH); in convertToSvoxPitch()
682 strcpy(converted, SSML_RATE_XSLOW); in convertToSvoxRate()
692 strcpy(converted, SSML_RATE_SLOW); in convertToSvoxRate()
702 strcpy(converted, SSML_RATE_MEDIUM); in convertToSvoxRate()
712 strcpy(converted, SSML_RATE_MEDIUM); in convertToSvoxRate()
722 strcpy(converted, SSML_RATE_FAST); in convertToSvoxRate()
732 strcpy(converted, SSML_RATE_XFAST); in convertToSvoxRate()
752 strcpy(converted, SSML_VOLUME_SILENT); in convertToSvoxVolume()
762 strcpy(converted, SSML_VOLUME_XLOW); in convertToSvoxVolume()
772 strcpy(converted, SSML_VOLUME_LOW); in convertToSvoxVolume()
782 strcpy(converted, SSML_VOLUME_MEDIUM); in convertToSvoxVolume()
792 strcpy(converted, SSML_VOLUME_MEDIUM); in convertToSvoxVolume()
802 strcpy(converted, SSML_VOLUME_LOUD); in convertToSvoxVolume()
812 strcpy(converted, SSML_VOLUME_XLOUD); in convertToSvoxVolume()
832 strcpy(converted, SSML_BREAK_NONE); in convertBreakStrengthToTime()
842 strcpy(converted, SSML_BREAK_XWEAK); in convertBreakStrengthToTime()
852 strcpy(converted, SSML_BREAK_WEAK); in convertBreakStrengthToTime()
862 strcpy(converted, SSML_BREAK_MEDIUM); in convertBreakStrengthToTime()
872 strcpy(converted, SSML_BREAK_STRONG); in convertBreakStrengthToTime()
882 strcpy(converted, SSML_BREAK_XSTRONG); in convertBreakStrengthToTime()
897 strcpy(tmp, m_data); in growDataSize()
907 strcpy(m_data, tmp); in growDataSize()