Files
rr3-apk/smali/com/applovin/exoplayer2/common/base/CharMatcher$e.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

140 lines
2.4 KiB
Smali

.class final Lcom/applovin/exoplayer2/common/base/CharMatcher$e;
.super Lcom/applovin/exoplayer2/common/base/CharMatcher;
.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 = "e"
.end annotation
# static fields
.field static final a:Lcom/applovin/exoplayer2/common/base/CharMatcher;
# direct methods
.method static constructor <clinit>()V
.locals 1
.line 1
new-instance v0, Lcom/applovin/exoplayer2/common/base/CharMatcher$e;
invoke-direct {v0}, Lcom/applovin/exoplayer2/common/base/CharMatcher$e;-><init>()V
sput-object v0, Lcom/applovin/exoplayer2/common/base/CharMatcher$e;->a:Lcom/applovin/exoplayer2/common/base/CharMatcher;
return-void
.end method
.method private constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Lcom/applovin/exoplayer2/common/base/CharMatcher;-><init>()V
return-void
.end method
# virtual methods
.method public bridge synthetic apply(Ljava/lang/Object;)Z
.locals 0
.line 1
check-cast p1, Ljava/lang/Character;
invoke-super {p0, p1}, Lcom/applovin/exoplayer2/common/base/CharMatcher;->apply(Ljava/lang/Character;)Z
move-result p1
return p1
.end method
.method public matches(C)Z
.locals 3
const/16 v0, 0x20
const/4 v1, 0x1
if-eq p1, v0, :cond_2
const/16 v0, 0x85
if-eq p1, v0, :cond_2
const/16 v0, 0x1680
if-eq p1, v0, :cond_2
const/16 v0, 0x2007
const/4 v2, 0x0
if-eq p1, v0, :cond_1
const/16 v0, 0x205f
if-eq p1, v0, :cond_2
const/16 v0, 0x3000
if-eq p1, v0, :cond_2
const/16 v0, 0x2028
if-eq p1, v0, :cond_2
const/16 v0, 0x2029
if-eq p1, v0, :cond_2
packed-switch p1, :pswitch_data_0
const/16 v0, 0x2000
if-lt p1, v0, :cond_0
const/16 v0, 0x200a
if-gt p1, v0, :cond_0
goto :goto_0
:cond_0
move v1, v2
:goto_0
return v1
:cond_1
return v2
:cond_2
:pswitch_0
return v1
:pswitch_data_0
.packed-switch 0x9
:pswitch_0
:pswitch_0
:pswitch_0
:pswitch_0
:pswitch_0
.end packed-switch
.end method
.method public toString()Ljava/lang/String;
.locals 1
const-string v0, "CharMatcher.breakingWhitespace()"
return-object v0
.end method