Searched defs:numeric (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/net/ipv6tests/
H A DScopeTests.java48 static void checkAddress (String a, int numeric) throws Exception { argument
50 if (addr.getScopeId () != numeric) {
51 throw new Exception ("wroing numeric scopeid");
120 * compare the numeric scope id with that of the Inet6Address passed in
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DChunkedInputStream.java51 private int numeric (char[] arr, int nchars) throws IOException { method in class:ChunkedInputStream
92 int l = numeric (len_arr, len_size);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java325 boolean numeric, boolean isImmutable, short builtInKind) {
346 this.fNumeric = numeric;
2126 * Fundamental Facet: numeric.
323 XSSimpleTypeDecl(XSSimpleTypeDecl base, String name, short validateDV, short ordered, boolean bounded, boolean finite, boolean numeric, boolean isImmutable, short builtInKind) argument

Completed in 48 milliseconds