HomeSort by relevance Sort by last modified time
    Searched defs:CstUtf8 (Results 1 - 2 of 2) sorted by null

  /dalvik/dx/src/com/android/dx/rop/cst/
CstUtf8.java 25 public final class CstUtf8 extends Constant {
30 public static final CstUtf8 EMPTY_STRING = new CstUtf8("");
180 public CstUtf8(String string) {
194 public CstUtf8(ByteArray bytes) {
206 if (!(other instanceof CstUtf8)) {
210 return string.equals(((CstUtf8) other).string);
222 return string.compareTo(((CstUtf8) other).string);
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 1081 milliseconds