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

  /external/expat/examples/
elements.c 58 XML_ErrorString(XML_GetErrorCode(parser)),
outline.c 97 XML_ErrorString(XML_GetErrorCode(p)));
  /external/expat/tests/benchmark/
benchmark.c 93 XML_ErrorString (XML_GetErrorCode (parser)),
  /external/expat/amiga/include/inline4/
expat.h 64 #define XML_ErrorString(code) IExpat->XML_ErrorString(code)
  /external/skia/legacy/src/ports/
SkXMLParser_expat.cpp 139 str->set(XML_ErrorString((XML_Error) error));
SkXMLPullParser_expat.cpp 136 const char* msg = XML_ErrorString(code);
  /external/skia/src/ports/
SkXMLParser_expat.cpp 139 str->set(XML_ErrorString((XML_Error) error));
SkXMLPullParser_expat.cpp 136 const char* msg = XML_ErrorString(code);
  /external/expat/xmlwf/
xmlfile.c 64 const XML_Char *message = XML_ErrorString(code);
xmlwin32url.cxx 128 const XML_Char *message = XML_ErrorString(code);
  /external/expat/amiga/include/interfaces/
expat.h 67 const XML_LChar * APICALL (*XML_ErrorString)(struct ExpatIFace *Self, enum XML_Error code);
  /external/expat/amiga/include/libraries/
expat.h 508 XML_ErrorString(enum XML_Error code);
  /external/expat/lib/
expat.h     [all...]
xmlparse.c     [all...]
  /external/svox/pico/tts/
svox_ssml_parser.cpp 88 ALOGI("Parser error at line %d: %s\n", (int)XML_GetCurrentLineNumber(mParser), XML_ErrorString(XML_GetErrorCode(mParser)));
  /external/expat/amiga/
expat_vectors.c 364 return XML_ErrorString(code);
expat_68k.c 558 return Self->XML_ErrorString((int)regarray[0]);
    [all...]
  /external/expat/tests/
runtests.c 62 XML_ErrorString(err),
    [all...]
  /external/webkit/Source/WebCore/dom/
xml_expat_tokenizer.cpp 796 error(type, XML_ErrorString(code), lineNumber(), columnNumber());
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 414 const char* message = XML_ErrorString(error);
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp 582 "Error parsing XML: %s\n", XML_ErrorString(XML_GetErrorCode(parser)));
    [all...]

Completed in 270 milliseconds