package com.google.android.gms.internal.ads; import com.google.android.gms.common.util.MurmurHash3; import java.io.UnsupportedEncodingException; /* loaded from: classes3.dex */ public final class zzazp { public static int zza(String str) { byte[] bytes; try { bytes = str.getBytes("UTF-8"); } catch (UnsupportedEncodingException unused) { bytes = str.getBytes(); } return MurmurHash3.murmurhash3_x86_32(bytes, 0, bytes.length, 0); } /* JADX WARN: Code restructure failed: missing block: B:62:0x00ee, code lost: if (true != r4) goto L65; */ /* JADX WARN: Code restructure failed: missing block: B:63:0x00f0, code lost: r5 = r3; */ /* JADX WARN: Code restructure failed: missing block: B:64:0x00f1, code lost: r4 = true; */ /* JADX WARN: Code restructure failed: missing block: B:68:0x0100, code lost: if (true != r4) goto L65; */ @androidx.annotation.Nullable /* Code decompiled incorrectly, please refer to instructions dump. To view partially-correct add '--show-bad-code' argument */ public static java.lang.String[] zzb(@androidx.annotation.Nullable java.lang.String r11, boolean r12) { /* Method dump skipped, instructions count: 286 To view this dump add '--comments-level debug' option */ throw new UnsupportedOperationException("Method not decompiled: com.google.android.gms.internal.ads.zzazp.zzb(java.lang.String, boolean):java.lang.String[]"); } }