Home
last modified time | relevance | path

Searched refs:m_stepCount (Results 1 – 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DRedundentExprEliminator.java164 int longestStepsCount = list.m_stepCount; in eleminateSharedPartialPaths()
170 if(next.m_stepCount < i) in eleminateSharedPartialPaths()
1302 final int m_stepCount; field in RedundentExprEliminator.MultistepExprHolder
1325 m_stepCount = stepCount; in MultistepExprHolder()
1344 if(stepCount >= next.m_stepCount) in addInSortedOrder()
1422 System.err.print("" + next.m_stepCount); in diagnose()