- 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.7 KiB
Java
63 lines
1.7 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
/* loaded from: classes3.dex */
|
|
abstract class zzfva extends zzfts {
|
|
final CharSequence zzb;
|
|
int zzc = 0;
|
|
int zzd = Integer.MAX_VALUE;
|
|
|
|
public zzfva(zzfvc zzfvcVar, CharSequence charSequence) {
|
|
this.zzb = charSequence;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfts
|
|
public final /* bridge */ /* synthetic */ Object zza() {
|
|
int zzc;
|
|
int i = this.zzc;
|
|
while (true) {
|
|
int i2 = this.zzc;
|
|
if (i2 == -1) {
|
|
zzb();
|
|
return null;
|
|
}
|
|
int zzd = zzd(i2);
|
|
if (zzd == -1) {
|
|
zzd = this.zzb.length();
|
|
this.zzc = -1;
|
|
zzc = -1;
|
|
} else {
|
|
zzc = zzc(zzd);
|
|
this.zzc = zzc;
|
|
}
|
|
if (zzc != i) {
|
|
if (i < zzd) {
|
|
this.zzb.charAt(i);
|
|
}
|
|
if (i < zzd) {
|
|
this.zzb.charAt(zzd - 1);
|
|
}
|
|
int i3 = this.zzd;
|
|
if (i3 == 1) {
|
|
zzd = this.zzb.length();
|
|
this.zzc = -1;
|
|
if (zzd > i) {
|
|
this.zzb.charAt(zzd - 1);
|
|
}
|
|
} else {
|
|
this.zzd = i3 - 1;
|
|
}
|
|
return this.zzb.subSequence(i, zzd).toString();
|
|
}
|
|
int i4 = zzc + 1;
|
|
this.zzc = i4;
|
|
if (i4 > this.zzb.length()) {
|
|
this.zzc = -1;
|
|
}
|
|
}
|
|
}
|
|
|
|
public abstract int zzc(int i);
|
|
|
|
public abstract int zzd(int i);
|
|
}
|