40 lines
920 B
Java
40 lines
920 B
Java
package o;
|
|
|
|
import o.HRG;
|
|
|
|
/* renamed from: o.qHT, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C16671qHT extends HRG.HBt {
|
|
private static String a;
|
|
public static final C16671qHT d;
|
|
private final String b;
|
|
private final int c;
|
|
private final char[] e;
|
|
|
|
static {
|
|
String str;
|
|
try {
|
|
str = System.getProperty("line.separator");
|
|
} catch (Throwable unused) {
|
|
str = "\n";
|
|
}
|
|
a = str;
|
|
d = new C16671qHT(" ", str);
|
|
}
|
|
|
|
public C16671qHT() {
|
|
this(" ", a);
|
|
}
|
|
|
|
private C16671qHT(String str, String str2) {
|
|
this.c = str.length();
|
|
this.e = new char[str.length() << 4];
|
|
int i = 0;
|
|
for (int i2 = 0; i2 < 16; i2++) {
|
|
str.getChars(0, str.length(), this.e, i);
|
|
i += str.length();
|
|
}
|
|
this.b = str2;
|
|
}
|
|
}
|