45 lines
1.3 KiB
Java
45 lines
1.3 KiB
Java
package o;
|
|
|
|
import com.airbnb.deeplinkdispatch.UrlTreeKt;
|
|
|
|
/* renamed from: o.OUo, reason: case insensitive filesystem */
|
|
/* loaded from: classes2.dex */
|
|
final class C0764OUo extends nYp {
|
|
private final int c;
|
|
private final int e;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public C0764OUo(nYp nyp, int i, int i2) {
|
|
super(nyp);
|
|
this.e = i;
|
|
this.c = i2;
|
|
}
|
|
|
|
@Override // o.nYp
|
|
public final void c(C17416wdP c17416wdP, byte[] bArr) {
|
|
int i = this.c;
|
|
for (int i2 = 0; i2 < i; i2++) {
|
|
if (i2 == 0 || (i2 == 31 && i <= 62)) {
|
|
c17416wdP.e(31, 5);
|
|
if (i > 62) {
|
|
c17416wdP.e(i - 31, 16);
|
|
} else if (i2 == 0) {
|
|
c17416wdP.e(Math.min(i, 31), 5);
|
|
} else {
|
|
c17416wdP.e(i - 31, 5);
|
|
}
|
|
}
|
|
c17416wdP.e(bArr[this.e + i2], 8);
|
|
}
|
|
}
|
|
|
|
public final String toString() {
|
|
StringBuilder sb = new StringBuilder(UrlTreeKt.configurablePathSegmentPrefix);
|
|
sb.append(this.e);
|
|
sb.append("::");
|
|
sb.append((this.e + this.c) - 1);
|
|
sb.append(UrlTreeKt.configurablePathSegmentSuffixChar);
|
|
return sb.toString();
|
|
}
|
|
}
|