package j9; import java.nio.charset.Charset; /* loaded from: classes2.dex */ public final class c { /* renamed from: a, reason: collision with root package name */ public static final c f11115a = new c(); /* renamed from: b, reason: collision with root package name */ public static final Charset f11116b; /* renamed from: c, reason: collision with root package name */ public static final Charset f11117c; /* renamed from: d, reason: collision with root package name */ public static final Charset f11118d; /* renamed from: e, reason: collision with root package name */ public static final Charset f11119e; /* renamed from: f, reason: collision with root package name */ public static final Charset f11120f; /* renamed from: g, reason: collision with root package name */ public static final Charset f11121g; static { Charset forName = Charset.forName("UTF-8"); d9.j.d(forName, "forName(\"UTF-8\")"); f11116b = forName; Charset forName2 = Charset.forName("UTF-16"); d9.j.d(forName2, "forName(\"UTF-16\")"); f11117c = forName2; Charset forName3 = Charset.forName("UTF-16BE"); d9.j.d(forName3, "forName(\"UTF-16BE\")"); f11118d = forName3; Charset forName4 = Charset.forName("UTF-16LE"); d9.j.d(forName4, "forName(\"UTF-16LE\")"); f11119e = forName4; Charset forName5 = Charset.forName("US-ASCII"); d9.j.d(forName5, "forName(\"US-ASCII\")"); f11120f = forName5; Charset forName6 = Charset.forName("ISO-8859-1"); d9.j.d(forName6, "forName(\"ISO-8859-1\")"); f11121g = forName6; } private c() { } }