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

  /libcore/luni/src/main/java/org/apache/xpath/functions/
FuncId.java 49 * @param usedrefs List of references for which nodes were found.
53 * @return The usedrefs value.
56 String refval, StringVector usedrefs,
73 if ((null != usedrefs) && usedrefs.contains(ref))
87 if (null == usedrefs)
88 usedrefs = new StringVector();
90 usedrefs.addElement(ref);
95 return usedrefs;
124 StringVector usedrefs = null local
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/templates/
FuncKey.java 45 /** Dummy value to be used in usedrefs hashtable */
90 Hashtable usedrefs = null; local
104 if (null == usedrefs)
105 usedrefs = new Hashtable();
107 if (usedrefs.get(ref) != null)
115 usedrefs.put(ref, ISTRUE);

Completed in 182 milliseconds