HomeSort by relevance Sort by last modified time
    Searched refs:XML_ErrorString (Results 1 - 20 of 20) 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/src/ports/
SkXMLParser_expat.cpp 147 str->set(XML_ErrorString((XML_Error) error));
SkXMLPullParser_expat.cpp 144 const char* msg = XML_ErrorString(code);
  /external/dbus/bus/
config-loader-expat.c 261 XML_ErrorString (e));
  /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 LOGI("Parser error at line %d: %s\n", (int)XML_GetCurrentLineNumber(mParser), XML_ErrorString(XML_GetErrorCode(mParser)));
  /frameworks/base/tools/localize/
XMLHandler.cpp 593 "Error parsing XML: %s\n", XML_ErrorString(XML_GetErrorCode(parser)));
622 "Error parsing XML: %s\n", XML_ErrorString(XML_GetErrorCode(parser)));
  /external/expat/amiga/
expat_vectors.c 364 return XML_ErrorString(code);
  /external/expat/tests/
runtests.c 61 XML_ErrorString(err),
    [all...]
  /external/webkit/WebCore/dom/
xml_expat_tokenizer.cpp 796 error(type, XML_ErrorString(code), lineNumber(), columnNumber());
  /dalvik/libcore/xml/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 317 const char* message = XML_ErrorString(error);
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp 462 "Error parsing XML: %s\n", XML_ErrorString(XML_GetErrorCode(parser)));
    [all...]

Completed in 519 milliseconds