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

/external/proguard/src/proguard/classfile/constant/
H A DUtf8Constant.java36 private static final int TWO_BYTE_CONSTANT1 = 0xc0; field in class:Utf8Constant
214 bytes[byteIndex++] = (byte)TWO_BYTE_CONSTANT1;
225 bytes[byteIndex++] = (byte)(TWO_BYTE_CONSTANT1 | ((c >>> TWO_BYTE_SHIFT1) & TWO_BYTE_MASK1));
268 (char)(b < TWO_BYTE_CONSTANT1 ? b :
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ...

Completed in 353 milliseconds