HomeSort by relevance Sort by last modified time
    Searched refs:XML_Parse (Results 1 - 23 of 23) sorted by null

  /external/expat/tests/
runtests.c 75 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_OK)
161 if (XML_Parse(parser, text, sizeof(text) - 1, XML_TRUE) == XML_STATUS_OK)
183 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_ERROR)
192 if (XML_Parse(parser, text, sizeof(text)-1, XML_TRUE) == XML_STATUS_ERROR)
201 if (XML_Parse(parser, text, sizeof(text)-1, XML_TRUE) == XML_STATUS_ERROR)
233 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_ERROR)
250 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_ERROR)
334 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_OK) {
361 if (XML_Parse(parser, text, sizeof(text)-1, XML_TRUE) == XML_STATUS_ERROR)
376 if ( XML_Parse(parser, text, first_chunk_bytes, XML_FALSE
    [all...]
  /external/expat/examples/
elements.c 55 if (XML_Parse(parser, buf, len, done) == XML_STATUS_ERROR) {
outline.c 94 if (XML_Parse(p, Buff, len, done) == XML_STATUS_ERROR) {
  /external/expat/tests/benchmark/
benchmark.c 90 if (!XML_Parse (parser, XMLBufPtr, parseBufferSize, isFinal)) {
  /external/expat/amiga/include/inline4/
expat.h 33 #define XML_Parse(parser, s, len, isFinal) IExpat->XML_Parse(parser, s, len, isFinal)
  /external/skia/legacy/src/ports/
SkXMLParser_expat.cpp 105 int error = XML_Parse(p, doc, len, true);
FontHostConfiguration_android.cpp 193 XML_Parse(parser, buffer, len, done);
SkXMLPullParser_expat.cpp 198 status = XML_Parse(p, (const char*)fImpl->fBuffer, fImpl->fBufferLen, true);
  /external/skia/src/ports/
SkXMLParser_expat.cpp 105 int error = XML_Parse(p, doc, len, true);
FontHostConfiguration_android.cpp 183 XML_Parse(parser, buffer, len, done);
SkXMLPullParser_expat.cpp 198 status = XML_Parse(p, (const char*)fImpl->fBuffer, fImpl->fBufferLen, true);
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlparser.cc 177 if (XML_Parse(expat_, data, static_cast<int>(len), isFinal) !=
  /external/expat/xmlwf/
xmlfile.c 82 if (XML_Parse(parser, (const char *)data, (int)size, 1) == XML_STATUS_ERROR) {
  /external/webkit/Source/WebCore/dom/
xml_expat_tokenizer.cpp 746 enum XML_Status result = XML_Parse(m_parser, (const char*)parseString.characters(), sizeof(UChar) * parseString.length(), false);
758 XML_Parse(m_parser, 0, 0, true);
973 int result = XML_Parse(parser, cString.data(), cString.length(), true);
1018 if ( XML_Parse(parser, cString.data(), cString.length(), true) != XML_STATUS_ERROR )
  /external/expat/amiga/include/interfaces/
expat.h 36 enum XML_Status APICALL (*XML_Parse)(struct ExpatIFace *Self, XML_Parser parser, const char * s, int len, int isFinal);
  /external/expat/amiga/include/libraries/
expat.h 429 XML_Parse(XML_Parser parser, const char *s, int len, int isFinal);
  /external/expat/lib/
expat.h 662 Note: Calling XML_SetReturnNSTriplet after XML_Parse or
679 Note: Calling XML_SetEncoding after XML_Parse or XML_ParseBuffer
701 the first call to XML_Parse or XML_ParseBuffer, since it will
769 detected. The last call to XML_Parse must have isFinal true; len
778 XML_Parse(XML_Parser parser, const char *s, int len, int isFinal);
786 /* Stops parsing, causing XML_Parse() or XML_ParseBuffer() to return.
804 XML_Parse() and XML_ParseBuffer() return XML_STATUS_SUSPENDED.
805 Otherwise, parsing is aborted, that is, XML_Parse() and XML_ParseBuffer()
    [all...]
xmlparse.c 171 memory area which stores the name. During the XML_Parse()/
175 XML_Parse()/XML_ParseBuffer(), the buffer is re-allocated to
963 /* Block after XML_Parse()/XML_ParseBuffer() has been called.
    [all...]
  /external/svox/pico/tts/
svox_ssml_parser.cpp 84 int status = XML_Parse(mParser, ssmldoc, doclen, isFinal);
  /external/expat/amiga/
expat_vectors.c 209 return XML_Parse(parser, s, len, isFinal);
expat_68k.c 187 return Self->XML_Parse(p->p, (const char *)regarray[9], (int)regarray[0], (int)regarray[1]);
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp     [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp 580 if (XML_Parse(parser, buf, len, done) == XML_STATUS_ERROR) {
    [all...]

Completed in 118 milliseconds