Home
last modified time | relevance | path

Searched refs:m_appendix (Results 1 – 2 of 2) sorted by relevance

/external/svox/pico/tts/
Dsvox_ssml_parser.cpp50 SvoxSsmlParser::SvoxSsmlParser() : m_isInBreak(0), m_appendix(NULL), m_docLanguage(NULL) in SvoxSsmlParser()
75 if (m_appendix) in ~SvoxSsmlParser()
76 delete [] m_appendix; in ~SvoxSsmlParser()
367 if (!m_appendix) in startElement()
369 m_appendix = new char[30]; in startElement()
370 m_appendix[0] = '\0'; in startElement()
372 strcat(m_appendix, "</pitch>"); in startElement()
405 if (!m_appendix) in startElement()
407 m_appendix = new char[30]; in startElement()
408 if (!m_appendix) in startElement()
[all …]
Dsvox_ssml_parser.h155 char* m_appendix; /* holds Pico pitch, speed and volume close tags for prosody tag parsing */ variable