what-the-bank/sources/com/google/android/gms/internal/p002firebaseauthapi/zzaeu.java

62 lines
1.7 KiB
Java

package com.google.android.gms.internal.p002firebaseauthapi;
/* JADX INFO: Access modifiers changed from: package-private */
/* loaded from: classes2.dex */
public final class zzaeu implements zzaeh {
private final zzaek zza;
private final String zzb;
private final Object[] zzc;
private final int zzd;
/* JADX INFO: Access modifiers changed from: package-private */
public zzaeu(zzaek zzaekVar, String str, Object[] objArr) {
this.zza = zzaekVar;
this.zzb = str;
this.zzc = objArr;
char charAt = str.charAt(0);
if (charAt < 55296) {
this.zzd = charAt;
return;
}
int i = charAt & 8191;
int i2 = 1;
int i3 = 13;
while (true) {
char charAt2 = str.charAt(i2);
if (charAt2 < 55296) {
this.zzd = i | (charAt2 << i3);
return;
} else {
i |= (charAt2 & 8191) << i3;
i3 += 13;
i2++;
}
}
}
/* JADX INFO: Access modifiers changed from: package-private */
public final Object[] zze() {
return this.zzc;
}
/* JADX INFO: Access modifiers changed from: package-private */
public final String zzd() {
return this.zzb;
}
@Override // com.google.android.gms.internal.p002firebaseauthapi.zzaeh
public final int zzc() {
return (this.zzd & 1) == 1 ? 1 : 2;
}
@Override // com.google.android.gms.internal.p002firebaseauthapi.zzaeh
public final boolean zzb() {
return (this.zzd & 2) == 2;
}
@Override // com.google.android.gms.internal.p002firebaseauthapi.zzaeh
public final zzaek zza() {
return this.zza;
}
}