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

  /external/expat/lib/
xmlparse.c 771 ns = XML_FALSE;
772 ns_triplets = XML_FALSE;
846 declAttributeIsCdata = XML_FALSE;
847 declAttributeIsId = XML_FALSE;
865 isParamEntity = XML_FALSE;
866 useForeignDTD = XML_FALSE;
889 return XML_FALSE;
    [all...]
expat.h 30 #define XML_FALSE ((XML_Bool) 0)
    [all...]
  /external/expat/tests/
runtests.c 375 if ( XML_Parse(parser, text, first_chunk_bytes, XML_FALSE)
414 if (XML_Parse(parser, text, strlen(text), XML_FALSE) == XML_STATUS_ERROR)
432 if (XML_Parse(parser, text, strlen(text), XML_FALSE) == XML_STATUS_ERROR)
517 if (XML_Parse(parser, text, strlen(text), XML_FALSE) != XML_STATUS_ERROR)
537 if (XML_Parse(parser, text, strlen(text), XML_FALSE) != XML_STATUS_ERROR)
1011 static XML_Bool resumable = XML_FALSE;
    [all...]
  /frameworks/base/media/libdrm/mobile1/include/xml/
xml_tinyParser.h 37 #define XML_FALSE 0
  /external/expat/amiga/include/libraries/
expat.h 61 #define XML_FALSE ((XML_Bool) 0)
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp     [all...]

Completed in 227 milliseconds