- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
97 lines
1.9 KiB
Smali
97 lines
1.9 KiB
Smali
.class public abstract Lkotlin/text/CharsKt__CharKt;
|
|
.super Lkotlin/text/CharsKt__CharJVMKt;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public static digitToInt(C)I
|
|
.locals 3
|
|
|
|
const/16 v0, 0xa
|
|
|
|
.line 23
|
|
invoke-static {p0, v0}, Lkotlin/text/CharsKt__CharJVMKt;->digitOf(CI)I
|
|
|
|
move-result v0
|
|
|
|
if-ltz v0, :cond_0
|
|
|
|
return v0
|
|
|
|
.line 24
|
|
:cond_0
|
|
new-instance v0, Ljava/lang/IllegalArgumentException;
|
|
|
|
new-instance v1, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
const-string v2, "Char "
|
|
|
|
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v1, p0}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
|
|
|
|
const-string p0, " is not a decimal digit"
|
|
|
|
invoke-virtual {v1, p0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object p0
|
|
|
|
invoke-direct {v0, p0}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw v0
|
|
.end method
|
|
|
|
.method public static final equals(CCZ)Z
|
|
.locals 2
|
|
|
|
const/4 v0, 0x1
|
|
|
|
if-ne p0, p1, :cond_0
|
|
|
|
return v0
|
|
|
|
:cond_0
|
|
const/4 v1, 0x0
|
|
|
|
if-nez p2, :cond_1
|
|
|
|
return v1
|
|
|
|
.line 237
|
|
:cond_1
|
|
invoke-static {p0}, Ljava/lang/Character;->toUpperCase(C)C
|
|
|
|
move-result p0
|
|
|
|
.line 238
|
|
invoke-static {p1}, Ljava/lang/Character;->toUpperCase(C)C
|
|
|
|
move-result p1
|
|
|
|
if-eq p0, p1, :cond_3
|
|
|
|
.line 240
|
|
invoke-static {p0}, Ljava/lang/Character;->toLowerCase(C)C
|
|
|
|
move-result p0
|
|
|
|
invoke-static {p1}, Ljava/lang/Character;->toLowerCase(C)C
|
|
|
|
move-result p1
|
|
|
|
if-ne p0, p1, :cond_2
|
|
|
|
goto :goto_0
|
|
|
|
:cond_2
|
|
move v0, v1
|
|
|
|
:cond_3
|
|
:goto_0
|
|
return v0
|
|
.end method
|