tmap/smali_classes3/com/google/common/base/CharMatcher$BreakingWhitespace.smali
2022-06-10 21:38:30 +09:00

142 lines
2.5 KiB
Smali

.class final Lcom/google/common/base/CharMatcher$BreakingWhitespace;
.super Lcom/google/common/base/CharMatcher;
.source "CharMatcher.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/base/CharMatcher;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "BreakingWhitespace"
.end annotation
# static fields
.field public static final INSTANCE:Lcom/google/common/base/CharMatcher;
# direct methods
.method public static constructor <clinit>()V
.locals 1
.line 1
new-instance v0, Lcom/google/common/base/CharMatcher$BreakingWhitespace;
invoke-direct {v0}, Lcom/google/common/base/CharMatcher$BreakingWhitespace;-><init>()V
sput-object v0, Lcom/google/common/base/CharMatcher$BreakingWhitespace;->INSTANCE:Lcom/google/common/base/CharMatcher;
return-void
.end method
.method private constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Lcom/google/common/base/CharMatcher;-><init>()V
return-void
.end method
# virtual methods
.method public bridge synthetic apply(Ljava/lang/Object;)Z
.locals 0
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.line 1
check-cast p1, Ljava/lang/Character;
invoke-super {p0, p1}, Lcom/google/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