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

  /libcore/luni/src/main/java/org/apache/xalan/processor/
ProcessorKey.java 131 int nAttrDefs = attrDefs.length;
133 for (int i = 0; i < nAttrDefs; i++)
XSLTElementProcessor.java 356 int nAttrDefs = attrDefs.length;
358 for (int i = 0; i < nAttrDefs; i++)
XSLTElementDef.java 581 int nAttrDefs = attrDefs.length;
583 for (int k = 0; k < nAttrDefs; k++)

Completed in 700 milliseconds