Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/invoke/util/
DWrapper.java30 …EAN( Boolean.class, boolean.class, 'Z', (Boolean)false, new boolean[0], Format.unsigned( 1)),
34 … (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)); } in unsigned() method in Wrapper.Format
/libcore/ojluni/src/main/java/java/util/jar/
DJarVerifier.java563 …ivate CodeSource[] mapSignersToCodeSources(URL url, List<CodeSigner[]> signers, boolean unsigned) { in mapSignersToCodeSources() argument
569 if (unsigned) { in mapSignersToCodeSources()