package f;

/* JADX INFO: renamed from: f.e, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
final class C0459e {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    int f3852a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    int f3853b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    int f3854c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    long f3855d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    String f3856e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    String f3857f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    String f3858g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    int f3859h;

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    C0459e f3860i;

    C0459e() {
    }

    boolean a(C0459e c0459e) {
        int i2 = this.f3853b;
        if (i2 != 1) {
            if (i2 != 15) {
                if (i2 == 12) {
                    return c0459e.f3856e.equals(this.f3856e) && c0459e.f3857f.equals(this.f3857f);
                }
                if (i2 != 13) {
                    switch (i2) {
                        case 3:
                        case 4:
                            if (c0459e.f3854c != this.f3854c) {
                                break;
                            }
                            break;
                        case 5:
                        case 6:
                            break;
                        case 7:
                        case 8:
                            break;
                        default:
                            if (!c0459e.f3856e.equals(this.f3856e) || !c0459e.f3857f.equals(this.f3857f) || !c0459e.f3858g.equals(this.f3858g)) {
                            }
                            break;
                    }
                    return false;
                }
            }
            return c0459e.f3855d == this.f3855d;
        }
        return c0459e.f3856e.equals(this.f3856e);
    }

    void b(int i2) {
        this.f3853b = 3;
        this.f3854c = i2;
        this.f3859h = (3 + i2) & Integer.MAX_VALUE;
    }

    void c(int i2, String str, String str2, String str3) {
        this.f3853b = i2;
        this.f3856e = str;
        this.f3857f = str2;
        this.f3858g = str3;
        if (i2 != 1 && i2 != 7 && i2 != 8) {
            if (i2 == 12) {
                this.f3859h = (i2 + (str.hashCode() * str2.hashCode())) & Integer.MAX_VALUE;
                return;
            } else if (i2 != 13) {
                this.f3859h = (i2 + (str.hashCode() * str2.hashCode() * str3.hashCode())) & Integer.MAX_VALUE;
                return;
            }
        }
        this.f3859h = (i2 + str.hashCode()) & Integer.MAX_VALUE;
    }

    C0459e(int i2, C0459e c0459e) {
        this.f3852a = i2;
        this.f3853b = c0459e.f3853b;
        this.f3854c = c0459e.f3854c;
        this.f3855d = c0459e.f3855d;
        this.f3856e = c0459e.f3856e;
        this.f3857f = c0459e.f3857f;
        this.f3858g = c0459e.f3858g;
        this.f3859h = c0459e.f3859h;
    }
}
