42 lines
1.5 KiB
Java
42 lines
1.5 KiB
Java
package o;
|
|
|
|
import java.nio.charset.Charset;
|
|
import java.nio.charset.UnsupportedCharsetException;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class ZHN {
|
|
private static final boolean b;
|
|
public static final Charset c;
|
|
private static final Charset a = Charset.defaultCharset();
|
|
public static final Charset e = Charset.forName("SJIS");
|
|
|
|
static {
|
|
Charset charset;
|
|
try {
|
|
charset = Charset.forName("GB2312");
|
|
} catch (UnsupportedCharsetException unused) {
|
|
charset = null;
|
|
}
|
|
c = charset;
|
|
Charset forName = Charset.forName("EUC_JP");
|
|
Charset charset2 = e;
|
|
Charset charset3 = a;
|
|
b = charset2.equals(charset3) || forName.equals(charset3);
|
|
}
|
|
|
|
/* JADX WARN: Removed duplicated region for block: B:133:0x0109 A[SYNTHETIC] */
|
|
/* JADX WARN: Removed duplicated region for block: B:86:0x00ab */
|
|
/* JADX WARN: Removed duplicated region for block: B:99:0x00c5 */
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct add '--show-bad-code' argument
|
|
*/
|
|
public static java.nio.charset.Charset a(byte[] r21, java.util.Map<o.CGg, ?> r22) {
|
|
/*
|
|
Method dump skipped, instructions count: 350
|
|
To view this dump add '--comments-level debug' option
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: o.ZHN.a(byte[], java.util.Map):java.nio.charset.Charset");
|
|
}
|
|
}
|