Searched defs:unsigned (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/jar/
H A DJarVerifier.java322 // ignore and treat as unsigned
325 // ignore and treat as unsigned
328 // ignore and treat as unsigned
331 // ignore and treat as unsigned
559 private CodeSource[] mapSignersToCodeSources(URL url, List<CodeSigner[]> signers, boolean unsigned) { argument
565 if (unsigned) {
/libcore/ojluni/src/main/java/sun/invoke/util/
H A DWrapper.java30 BOOLEAN( Boolean.class, boolean.class, 'Z', (Boolean)false, new boolean[0], Format.unsigned( 1)),
34 CHAR (Character.class, char.class, 'C', (Character)(char)0, new char[0], Format.unsigned(16)),
102 static int unsigned(int size) { return format(UNSIGNED, size, (size > 32 ? 2 : 1)); } method in class:Wrapper.Format
125 /* Is the wrapped value an unsigned integral type (one of boolean or char)? */
174 // check relations with unsigned integral types:

Completed in 60 milliseconds