package p402.p420;

import p402.C6541;
import p402.p411.p412.InterfaceC6618;
import p402.p411.p413.AbstractC6636;
import p402.p411.p413.C6635;

/* JADX INFO: renamed from: ގ.ޔ.ފ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C6704 extends AbstractC6636 implements InterfaceC6618<CharSequence, Integer, C6541<? extends Integer, ? extends Integer>> {

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public final /* synthetic */ char[] f19466;

    /* JADX INFO: renamed from: ޅ, reason: contains not printable characters */
    public final /* synthetic */ boolean f19467;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public C6704(char[] cArr, boolean z) {
        super(2);
        this.f19466 = cArr;
        this.f19467 = z;
    }

    @Override // p402.p411.p412.InterfaceC6618
    /* JADX INFO: renamed from: ؠ */
    public C6541<? extends Integer, ? extends Integer> mo838(CharSequence charSequence, Integer num) {
        CharSequence charSequence2 = charSequence;
        int iIntValue = num.intValue();
        if (charSequence2 == null) {
            C6635.m9824("$receiver");
            throw null;
        }
        int iM9861 = C6703.m9861(charSequence2, this.f19466, iIntValue, this.f19467);
        if (iM9861 < 0) {
            return null;
        }
        return new C6541<>(Integer.valueOf(iM9861), 1);
    }
}
