• Home
  • Raw
  • Download

Lines Matching refs:strcpy

135                 strcpy(m_docLanguage, attributes[i+1]);  in startElement()
220 strcpy(xsampastr, phonstr); in startElement()
293 strcpy(time, attributes[i+1]); in startElement()
308strcpy(time, SSML_BREAK_WEAK); /* if no time or strength attributes are specified, default to weak… in startElement()
342 strcpy(svoxpitch, "100"); in startElement()
380 strcpy(svoxrate, "100"); in startElement()
423 strcpy(svoxvol, "100"); in startElement()
605 strcpy(converted, SSML_PITCH_XLOW); in convertToSvoxPitch()
615 strcpy(converted, SSML_PITCH_LOW); in convertToSvoxPitch()
625 strcpy(converted, SSML_PITCH_MEDIUM); in convertToSvoxPitch()
635 strcpy(converted, SSML_PITCH_MEDIUM); in convertToSvoxPitch()
645 strcpy(converted, SSML_PITCH_HIGH); in convertToSvoxPitch()
655 strcpy(converted, SSML_PITCH_XHIGH); in convertToSvoxPitch()
675 strcpy(converted, SSML_RATE_XSLOW); in convertToSvoxRate()
685 strcpy(converted, SSML_RATE_SLOW); in convertToSvoxRate()
695 strcpy(converted, SSML_RATE_MEDIUM); in convertToSvoxRate()
705 strcpy(converted, SSML_RATE_MEDIUM); in convertToSvoxRate()
715 strcpy(converted, SSML_RATE_FAST); in convertToSvoxRate()
725 strcpy(converted, SSML_RATE_XFAST); in convertToSvoxRate()
745 strcpy(converted, SSML_VOLUME_SILENT); in convertToSvoxVolume()
755 strcpy(converted, SSML_VOLUME_XLOW); in convertToSvoxVolume()
765 strcpy(converted, SSML_VOLUME_LOW); in convertToSvoxVolume()
775 strcpy(converted, SSML_VOLUME_MEDIUM); in convertToSvoxVolume()
785 strcpy(converted, SSML_VOLUME_MEDIUM); in convertToSvoxVolume()
795 strcpy(converted, SSML_VOLUME_LOUD); in convertToSvoxVolume()
805 strcpy(converted, SSML_VOLUME_XLOUD); in convertToSvoxVolume()
825 strcpy(converted, SSML_BREAK_NONE); in convertBreakStrengthToTime()
835 strcpy(converted, SSML_BREAK_XWEAK); in convertBreakStrengthToTime()
845 strcpy(converted, SSML_BREAK_WEAK); in convertBreakStrengthToTime()
855 strcpy(converted, SSML_BREAK_MEDIUM); in convertBreakStrengthToTime()
865 strcpy(converted, SSML_BREAK_STRONG); in convertBreakStrengthToTime()
875 strcpy(converted, SSML_BREAK_XSTRONG); in convertBreakStrengthToTime()
890 strcpy(tmp, m_data); in growDataSize()
900 strcpy(m_data, tmp); in growDataSize()