- 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
116 lines
2.5 KiB
Smali
116 lines
2.5 KiB
Smali
.class final Lcom/applovin/exoplayer2/common/base/CharMatcher$a0;
|
|
.super Lcom/applovin/exoplayer2/common/base/CharMatcher$t;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/applovin/exoplayer2/common/base/CharMatcher;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "a0"
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field static final b:I
|
|
|
|
.field static final c:Lcom/applovin/exoplayer2/common/base/CharMatcher$a0;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
const/16 v0, 0x1f
|
|
|
|
.line 1
|
|
invoke-static {v0}, Ljava/lang/Integer;->numberOfLeadingZeros(I)I
|
|
|
|
move-result v0
|
|
|
|
sput v0, Lcom/applovin/exoplayer2/common/base/CharMatcher$a0;->b:I
|
|
|
|
.line 3
|
|
new-instance v0, Lcom/applovin/exoplayer2/common/base/CharMatcher$a0;
|
|
|
|
invoke-direct {v0}, Lcom/applovin/exoplayer2/common/base/CharMatcher$a0;-><init>()V
|
|
|
|
sput-object v0, Lcom/applovin/exoplayer2/common/base/CharMatcher$a0;->c:Lcom/applovin/exoplayer2/common/base/CharMatcher$a0;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>()V
|
|
.locals 1
|
|
|
|
const-string v0, "CharMatcher.whitespace()"
|
|
|
|
.line 1
|
|
invoke-direct {p0, v0}, Lcom/applovin/exoplayer2/common/base/CharMatcher$t;-><init>(Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public matches(C)Z
|
|
.locals 2
|
|
|
|
const v0, 0x6449bf0a
|
|
|
|
mul-int/2addr v0, p1
|
|
|
|
sget v1, Lcom/applovin/exoplayer2/common/base/CharMatcher$a0;->b:I
|
|
|
|
ushr-int/2addr v0, v1
|
|
|
|
const-string v1, "\u2002\u3000\r\u0085\u200a\u2005\u2000\u3000\u2029\u000b\u3000\u2008\u2003\u205f\u3000\u1680\t \u2006\u2001\u202f\u00a0\u000c\u2009\u3000\u2004\u3000\u3000\u2028\n\u2007\u3000"
|
|
|
|
.line 1
|
|
invoke-virtual {v1, v0}, Ljava/lang/String;->charAt(I)C
|
|
|
|
move-result v0
|
|
|
|
if-ne v0, p1, :cond_0
|
|
|
|
const/4 p1, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 p1, 0x0
|
|
|
|
:goto_0
|
|
return p1
|
|
.end method
|
|
|
|
.method public setBits(Ljava/util/BitSet;)V
|
|
.locals 2
|
|
|
|
const/4 v0, 0x0
|
|
|
|
:goto_0
|
|
const/16 v1, 0x20
|
|
|
|
if-ge v0, v1, :cond_0
|
|
|
|
const-string v1, "\u2002\u3000\r\u0085\u200a\u2005\u2000\u3000\u2029\u000b\u3000\u2008\u2003\u205f\u3000\u1680\t \u2006\u2001\u202f\u00a0\u000c\u2009\u3000\u2004\u3000\u3000\u2028\n\u2007\u3000"
|
|
|
|
.line 1
|
|
invoke-virtual {v1, v0}, Ljava/lang/String;->charAt(I)C
|
|
|
|
move-result v1
|
|
|
|
invoke-virtual {p1, v1}, Ljava/util/BitSet;->set(I)V
|
|
|
|
add-int/lit8 v0, v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|