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

  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
NodeSorter.java 145 n1Num = ((Double) n1.m_key2Value).doubleValue();
146 n2Num = ((Double) n2.m_key2Value).doubleValue();
208 n1String = (CollationKey) n1.m_key2Value;
209 n2String = (CollationKey) n2.m_key2Value;
481 Object m_key2Value;
538 m_key2Value = new Double(d);
540 m_key2Value = k2.m_col.getCollationKey(r2.str());
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 133 milliseconds