Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBase.java1345 int wouldBeAt=findInSortedSuballocatedIntVector(m_namespaceDeclSetElements, in findNamespaceContext() local
1347 if(wouldBeAt>=0) // Found it in findNamespaceContext()
1348 return (SuballocatedIntVector) m_namespaceDeclSets.elementAt(wouldBeAt); in findNamespaceContext()
1349 if(wouldBeAt == -1) // -1-wouldbeat == 0 in findNamespaceContext()
1354 wouldBeAt=-1-wouldBeAt; in findNamespaceContext()
1357 int candidate=m_namespaceDeclSetElements.elementAt(-- wouldBeAt); in findNamespaceContext()
1363 if (wouldBeAt == 0 && candidate < ancestor) { in findNamespaceContext()
1376 return (SuballocatedIntVector)m_namespaceDeclSets.elementAt(wouldBeAt); in findNamespaceContext()
1380 while(wouldBeAt>=0 && ancestor>0) in findNamespaceContext()
1384 return (SuballocatedIntVector)m_namespaceDeclSets.elementAt(wouldBeAt); in findNamespaceContext()
[all …]