Searched refs:wouldBeAt (Results 1 – 1 of 1) sorted by relevance
1345 int wouldBeAt=findInSortedSuballocatedIntVector(m_namespaceDeclSetElements, in findNamespaceContext() local1347 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 …]