what-the-bank/sources/o/C3175asZ.java

22 lines
645 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.text.NumberFormat;
import java.util.Locale;
/* renamed from: o.asZ, reason: case insensitive filesystem */
/* loaded from: classes4.dex */
public class C3175asZ extends ZI<InterfaceC9036dcD> {
@InterfaceC13391fZD
public C3175asZ(C16903sI c16903sI) {
super(c16903sI);
}
public static String d(int i, C0471Hh c0471Hh) {
return NumberFormat.getInstance(Locale.getDefault()).format(c0471Hh.n.l.a.longValue() * (i + 1));
}
public static String e(int i, C0471Hh c0471Hh) {
return NumberFormat.getInstance(Locale.getDefault()).format(c0471Hh.n.q.intValue() * (i + 1));
}
}