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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmltok_impl.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmltok_impl.c     [all...]
  /external/expat/lib/
xmltok_impl.c     [all...]
  /external/python/cpython2/Modules/expat/
xmltok_impl.c     [all...]
  /external/python/cpython3/Modules/expat/
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 169 int nAtts;
178 nAtts = (int)((p - atts) >> 1);
179 if (nAtts > 1)
180 qsort((void *)atts, nAtts, sizeof(XML_Char *) * 2, attcmp);
215 int nAtts;
238 nAtts = (int)((p - atts) >> 1);
239 if (nAtts > 1)
240 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 3412 milliseconds