package k.a.q.y;

import com.cvte.vman.instance.InvokeCmd;
import com.seewo.sdk.model.SDKKeyboardCode;

/* JADX INFO: compiled from: AbstractJsonLexer.kt */
/* JADX INFO: loaded from: classes.dex */
public final class e {
    public static final e a;
    public static final char[] b;
    public static final byte[] c;

    static {
        e eVar = new e();
        a = eVar;
        b = new char[InvokeCmd.CMD_SYSTEMCTRL_CANCEL_GPU_PERFORMANCE];
        c = new byte[126];
        eVar.f();
        a.e();
    }

    private e() {
    }

    private final void a(char c2, char c3) {
        b(c2, c3);
    }

    private final void b(int i2, char c2) {
        if (c2 != 'u') {
            b[c2] = (char) i2;
        }
    }

    private final void c(char c2, byte b2) {
        d(c2, b2);
    }

    private final void d(int i2, byte b2) {
        c[i2] = b2;
    }

    private final void e() {
        for (int i2 = 0; i2 < 33; i2++) {
            d(i2, SDKKeyboardCode.FUNCTION_KEY_BOARD_VOLUME_UP);
        }
        d(9, (byte) 3);
        d(10, (byte) 3);
        d(13, (byte) 3);
        d(32, (byte) 3);
        c(',', (byte) 4);
        c(':', (byte) 5);
        c('{', (byte) 6);
        c('}', (byte) 7);
        c('[', (byte) 8);
        c(']', (byte) 9);
        c('\"', (byte) 1);
        c('\\', (byte) 2);
    }

    private final void f() {
        for (int i2 = 0; i2 < 32; i2++) {
            b(i2, 'u');
        }
        b(8, 'b');
        b(9, 't');
        b(10, 'n');
        b(12, 'f');
        b(13, 'r');
        a('/', '/');
        a('\"', '\"');
        a('\\', '\\');
    }
}
