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

  /libcore/luni/src/main/java/org/apache/xpath/functions/
FuncPosition.java 72 DTMIterator cnl = xctxt.getContextNodeList(); local
74 if (null != cnl)
76 int n = cnl.getCurrentNode();
79 if(cnl.getCurrentPos() == 0)
89 cnl = cnl.cloneWithReset();
97 while(DTM.NULL != (n = cnl.nextNode()))
104 // System.out.println("FuncPosition- cnl.getCurrentPos(): "+cnl.getCurrentPos());
105 return cnl.getCurrentPos()
    [all...]
FuncLast.java 71 DTMIterator cnl = xctxt.getContextNodeList();
73 if(null != cnl)
75 count = cnl.getLength();
  /libcore/luni/src/main/java/org/apache/xpath/
XPathContext.java 1044 DTMIterator cnl = getContextNodeList(); local
1046 if (null != cnl)
1047 return cnl.cloneWithReset();
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 2063 DTMIterator cnl = new org.apache.xpath.NodeSetDTM(child, m_xcontext.getDTMManager()); local
2550 DTMIterator cnl = m_xcontext.getContextNodeList(); local
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 79 milliseconds