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

  /external/expat/lib/
xmlparse.c 811 ns = XML_FALSE;
812 ns_triplets = XML_FALSE;
886 declAttributeIsCdata = XML_FALSE;
887 declAttributeIsId = XML_FALSE;
905 isParamEntity = XML_FALSE;
906 useForeignDTD = XML_FALSE;
930 return XML_FALSE;
    [all...]
expat.h 30 #define XML_FALSE ((XML_Bool) 0)
    [all...]
  /external/expat/tests/
runtests.c 376 if ( XML_Parse(parser, text, first_chunk_bytes, XML_FALSE)
415 if (XML_Parse(parser, text, strlen(text), XML_FALSE) == XML_STATUS_ERROR)
433 if (XML_Parse(parser, text, strlen(text), XML_FALSE) == XML_STATUS_ERROR)
518 if (XML_Parse(parser, text, strlen(text), XML_FALSE) != XML_STATUS_ERROR)
538 if (XML_Parse(parser, text, strlen(text), XML_FALSE) != XML_STATUS_ERROR)
1012 static XML_Bool resumable = XML_FALSE;
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp     [all...]

Completed in 3931 milliseconds