HomeSort by relevance Sort by last modified time
    Searched full:m_datasize (Results 1 - 3 of 3) sorted by null

  /external/svox/pico/tts/
svox_ssml_parser.cpp 58 m_datasize = 512;
59 m_data = new char[m_datasize];
117 m_datasize = 512;
118 m_data = new char[m_datasize];
142 if (strlen(m_data) + 4 > (size_t)m_datasize)
154 if (strlen(m_data) + 4 > (size_t)m_datasize)
228 if (strlen(m_data) + strlen(xsampastr) + 1 > (size_t)m_datasize)
240 if (strlen(m_data) + strlen(xsampastr) + 17 > (size_t)m_datasize)
257 if (strlen(m_data) + 4 > (size_t)m_datasize)
272 if (strlen(m_data) + 17 > (size_t)m_datasize)
    [all...]
svox_ssml_parser.h 152 int m_datasize; /* size of internal text field */ member in class:SvoxSsmlParser
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageReader.h 192 , m_dataSize(0)
238 int dataSize() const { return m_dataSize; }
241 m_dataSize = size;
261 int m_dataSize;

Completed in 188 milliseconds