OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_appendix
(Results
1 - 2
of
2
) sorted by null
/external/svox/pico/tts/
svox_ssml_parser.cpp
50
SvoxSsmlParser::SvoxSsmlParser() : m_isInBreak(0),
m_appendix
(NULL), m_docLanguage(NULL)
70
if (
m_appendix
)
71
delete []
m_appendix
;
360
if (!
m_appendix
)
362
m_appendix
= new char[30];
363
m_appendix
[0] = '\0';
365
strcat(
m_appendix
, "</pitch>");
398
if (!
m_appendix
)
400
m_appendix
= new char[30];
401
if (!
m_appendix
)
[
all
...]
svox_ssml_parser.h
155
char*
m_appendix
; /* holds Pico pitch, speed and volume close tags for prosody tag parsing */
member in class:SvoxSsmlParser
Completed in 167 milliseconds