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

  /external/expat/lib/
xmltok_impl.c     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java 336 int nAtts = atts.getLength();
338 if (0 != nAtts)
340 for (int i = 0; i < nAtts; i++)
  /external/expat/xmlwf/
xmlwf.c 123 int nAtts;
132 nAtts = (int)((p - atts) >> 1);
133 if (nAtts > 1)
134 qsort((void *)atts, nAtts, sizeof(XML_Char *) * 2, attcmp);
169 int nAtts;
192 nAtts = (int)((p - atts) >> 1);
193 if (nAtts > 1)
194 qsort((void *)atts, nAtts, sizeof(XML_Char *) * 2, nsattcmp);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDocumentImpl.java 495 int nAtts=(atts==null) ? 0 : atts.getLength();
497 for(int i=nAtts-1;i>=0;--i)
522 for(int i=nAtts-1;i>=0;--i)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerBase.java 484 int nAtts = atts.getLength();
486 for (int i = 0; i < nAtts; i++)
    [all...]

Completed in 507 milliseconds