package cc;

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ int f4958c;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public a(int i10, tb.a aVar) {
        super(aVar);
        this.f4958c = i10;
    }

    @Override // cc.f
    public final void r(int i10, StringBuilder sb) {
        switch (this.f4958c) {
            case 0:
                sb.append("(3103)");
                break;
            default:
                if (i10 >= 10000) {
                    sb.append("(3203)");
                } else {
                    sb.append("(3202)");
                }
                break;
        }
    }

    @Override // cc.f
    public final int s(int i10) {
        switch (this.f4958c) {
            case 0:
                return i10;
            default:
                return i10 < 10000 ? i10 : i10 - 10000;
        }
    }
}
