Searched refs:nsup (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DNamespaceSupport2.java395 private NamespaceSupport2 nsup; field in class:PrefixForUriEnumerator
399 PrefixForUriEnumerator(NamespaceSupport2 nsup,String uri, Enumeration allPrefixes) argument
401 this.nsup=nsup;
414 if(uri.equals(nsup.getURI(prefix)))
/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp1561 int nsup = 0, nint = 0; local
1570 ++nsup;
1584 if (nsup + nint != 0) {
1585 tty->print_cr(" context supers = %d, interfaces = %d", nsup, nint);

Completed in 27 milliseconds