50 lines
1.3 KiB
Java
50 lines
1.3 KiB
Java
package o;
|
|
|
|
import java.util.Calendar;
|
|
import java.util.List;
|
|
import org.threeten.bp.OffsetDateTime;
|
|
|
|
/* renamed from: o.eZf, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C11137eZf extends wRi {
|
|
public final Xky b;
|
|
public OffsetDateTime d;
|
|
private final icp e;
|
|
|
|
@InterfaceC13391fZD
|
|
public C11137eZf(yRw yrw, yRw yrw2, icp icpVar, Xky xky) {
|
|
super(yrw, yrw2);
|
|
this.e = icpVar;
|
|
this.b = xky;
|
|
}
|
|
|
|
public final AbstractC13163fSk<Pag> c(Oft oft) {
|
|
return e(this.e.c(oft));
|
|
}
|
|
|
|
public static void b(List<Calendar> list, int i, int i2) {
|
|
for (int i3 = 0; i3 <= i; i3++) {
|
|
guQ.c("initMonthEnd %s", Integer.valueOf(i3));
|
|
Calendar calendar = Calendar.getInstance();
|
|
calendar.set(i2, i3, 1);
|
|
list.add(calendar);
|
|
}
|
|
}
|
|
|
|
public final int c() {
|
|
if (this.b.M().equalsIgnoreCase("th")) {
|
|
return this.d.getYear() + 543;
|
|
}
|
|
return this.d.getYear();
|
|
}
|
|
|
|
public static void d(List<Calendar> list, int i, int i2, int i3) {
|
|
while (i < i2) {
|
|
Calendar calendar = Calendar.getInstance();
|
|
calendar.set(i3, i, 1);
|
|
list.add(calendar);
|
|
i++;
|
|
}
|
|
}
|
|
}
|