package K;

/* JADX INFO: loaded from: classes.dex */
final class b extends a {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final byte f1170b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final byte f1171c;

    protected b(byte b2, byte b3) {
        super(0);
        this.f1170b = b2;
        this.f1171c = b3;
    }

    public boolean a() {
        byte b2;
        byte b3 = this.f1170b;
        return (b3 == 20 || b3 == 28) && (b2 = this.f1171c) >= 32 && b2 <= 47;
    }

    public boolean b() {
        byte b2;
        byte b3 = this.f1170b;
        return b3 >= 16 && b3 <= 31 && (b2 = this.f1171c) >= 64 && b2 <= 127;
    }

    public boolean c() {
        byte b2 = this.f1170b;
        return b2 >= 16 && b2 <= 31;
    }
}
