Home
last modified time | relevance | path

Searched refs:XML_ErrorString (Results 1 – 23 of 23) sorted by relevance

/external/expat/examples/
Delements.c58 XML_ErrorString(XML_GetErrorCode(parser)), in main()
Doutline.c97 XML_ErrorString(XML_GetErrorCode(p))); in main()
/external/expat/lib/
Dlibexpatw.def6 XML_ErrorString @2
Dlibexpat.def6 XML_ErrorString @2
Dexpat.h990 XML_ErrorString(enum XML_Error code);
Dxmlparse.c1928 XML_ErrorString(enum XML_Error code) in XML_ErrorString() function
/external/expat/amiga/include/inline4/
Dexpat.h64 #define XML_ErrorString(code) IExpat->XML_ErrorString(code) macro
/external/expat/tests/benchmark/
Dbenchmark.c93 XML_ErrorString (XML_GetErrorCode (parser)), in main()
/external/expat/bcb5/
Dlibexpatw_mtd.def77 XML_ErrorString = _XML_ErrorString
Dlibexpat_mtd.def77 XML_ErrorString = _XML_ErrorString
/external/skia/src/ports/
DSkXMLParser_expat.cpp139 str->set(XML_ErrorString((XML_Error) error)); in GetNativeErrorString()
DSkXMLPullParser_expat.cpp136 const char* msg = XML_ErrorString(code); in reportError()
/external/skia/legacy/src/ports/
DSkXMLParser_expat.cpp139 str->set(XML_ErrorString((XML_Error) error)); in GetNativeErrorString()
DSkXMLPullParser_expat.cpp136 const char* msg = XML_ErrorString(code); in reportError()
/external/expat/xmlwf/
Dxmlfile.c64 const XML_Char *message = XML_ErrorString(code); in reportError()
Dxmlwin32url.cxx128 const XML_Char *message = XML_ErrorString(code); in reportError()
/external/expat/amiga/include/interfaces/
Dexpat.h67 const XML_LChar * APICALL (*XML_ErrorString)(struct ExpatIFace *Self, enum XML_Error code); member
/external/expat/amiga/include/libraries/
Dexpat.h508 XML_ErrorString(enum XML_Error code);
/external/svox/pico/tts/
Dsvox_ssml_parser.cpp88 …ser error at line %d: %s\n", (int)XML_GetCurrentLineNumber(mParser), XML_ErrorString(XML_GetErrorC… in parseDocument()
/external/expat/amiga/
Dexpat_vectors.c364 return XML_ErrorString(code); in _Expat_XML_ErrorString()
Dexpat_68k.c558 return Self->XML_ErrorString((int)regarray[0]); in stub_XML_ErrorStringPPC()
/external/webkit/Source/WebCore/dom/
Dxml_expat_tokenizer.cpp796 error(type, XML_ErrorString(code), lineNumber(), columnNumber()); in reportError()
/external/expat/tests/
Druntests.c62 XML_ErrorString(err), in _xml_failure()