- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
63 lines
1.5 KiB
Java
63 lines
1.5 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
/* loaded from: classes3.dex */
|
|
final class zzgzo implements zzgyz {
|
|
private final zzgzc zza;
|
|
private final String zzb;
|
|
private final Object[] zzc;
|
|
private final int zzd;
|
|
|
|
public zzgzo(zzgzc zzgzcVar, String str, Object[] objArr) {
|
|
this.zza = zzgzcVar;
|
|
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) {
|
|
int i4 = i2 + 1;
|
|
char charAt2 = str.charAt(i2);
|
|
if (charAt2 < 55296) {
|
|
this.zzd = i | (charAt2 << i3);
|
|
return;
|
|
} else {
|
|
i |= (charAt2 & 8191) << i3;
|
|
i3 += 13;
|
|
i2 = i4;
|
|
}
|
|
}
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzgyz
|
|
public final zzgzc zza() {
|
|
return this.zza;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzgyz
|
|
public final boolean zzb() {
|
|
return (this.zzd & 2) == 2;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzgyz
|
|
public final int zzc() {
|
|
int i = this.zzd;
|
|
if ((i & 1) != 0) {
|
|
return 1;
|
|
}
|
|
return (i & 4) == 4 ? 3 : 2;
|
|
}
|
|
|
|
public final String zzd() {
|
|
return this.zzb;
|
|
}
|
|
|
|
public final Object[] zze() {
|
|
return this.zzc;
|
|
}
|
|
}
|