package kotlin.text;

import java.util.List;
import kotlin.Metadata;
import kotlin.Pair;
import kotlin.jvm.functions.Function2;
import kotlin.jvm.internal.Lambda;

/* JADX INFO: loaded from: classes2.dex */
@Metadata(d1 = {"\u0000\u0012\n\u0000\n\u0002\u0018\u0002\n\u0002\u0010\b\n\u0002\u0010\r\n\u0002\b\u0002\u0010\u0000\u001a\u0010\u0012\u0004\u0012\u00020\u0002\u0012\u0004\u0012\u00020\u0002\u0018\u00010\u0001*\u00020\u00032\u0006\u0010\u0004\u001a\u00020\u0002H\n¢\u0006\u0002\b\u0005"}, d2 = {"<anonymous>", "Lkotlin/Pair;", "", "", "currentIndex", "invoke"}, k = 3, mv = {1, 7, 1}, xi = 48)
public final class l extends Lambda implements Function2<CharSequence, Integer, Pair<? extends Integer, ? extends Integer>> {

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final /* synthetic */ List<String> f9205f;

    /* JADX INFO: renamed from: m, reason: collision with root package name */
    public final /* synthetic */ boolean f9206m;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public l(List<String> list, boolean z2) {
        super(2);
        this.f9205f = list;
        this.f9206m = z2;
    }

    /* JADX WARN: Multi-variable type inference failed */
    /* JADX WARN: Removed duplicated region for block: B:49:0x00c6 A[EDGE_INSN: B:54:0x00c6->B:49:0x00c6 BREAK  A[LOOP:0: B:20:0x0052->B:31:0x0085], EDGE_INSN: B:60:0x00c6->B:49:0x00c6 BREAK  A[LOOP:2: B:37:0x0093->B:48:0x00c4]] */
    /* JADX WARN: Removed duplicated region for block: B:49:0x00c6 A[EDGE_INSN: B:54:0x00c6->B:49:0x00c6 BREAK  A[LOOP:0: B:20:0x0052->B:31:0x0085]] */
    @Override // kotlin.jvm.functions.Function2
    /*
        Code decompiled incorrectly, please refer to instructions dump.
        To view partially-correct add '--show-bad-code' argument
    */
    public kotlin.Pair<? extends java.lang.Integer, ? extends java.lang.Integer> invoke(java.lang.CharSequence r14, java.lang.Integer r15) {
        /*
            Method dump skipped, instruction units count: 221
            To view this dump add '--comments-level debug' option
        */
        throw new UnsupportedOperationException("Method not decompiled: kotlin.text.l.invoke(java.lang.Object, java.lang.Object):java.lang.Object");
    }
}
