apkfuckery/com.discord/smali/androidx/core/text/CharSequenceKt.smali

48 lines
922 B
Smali
Raw Normal View History

2020-05-17 12:40:10 +00:00
.class public final Landroidx/core/text/CharSequenceKt;
.super Ljava/lang/Object;
.source "CharSequence.kt"
# direct methods
.method public static final isDigitsOnly(Ljava/lang/CharSequence;)Z
2020-09-16 21:45:36 +00:00
.locals 0
2020-05-17 12:40:10 +00:00
2020-09-16 21:45:36 +00:00
if-eqz p0, :cond_0
2020-05-17 12:40:10 +00:00
invoke-static {p0}, Landroid/text/TextUtils;->isDigitsOnly(Ljava/lang/CharSequence;)Z
move-result p0
return p0
2020-09-16 21:45:36 +00:00
:cond_0
const-string p0, "$this$isDigitsOnly"
invoke-static {p0}, Lk0/n/c/h;->c(Ljava/lang/String;)V
const/4 p0, 0x0
throw p0
2020-05-17 12:40:10 +00:00
.end method
.method public static final trimmedLength(Ljava/lang/CharSequence;)I
2020-09-16 21:45:36 +00:00
.locals 0
2020-05-17 12:40:10 +00:00
2020-09-16 21:45:36 +00:00
if-eqz p0, :cond_0
2020-05-17 12:40:10 +00:00
invoke-static {p0}, Landroid/text/TextUtils;->getTrimmedLength(Ljava/lang/CharSequence;)I
move-result p0
return p0
2020-09-16 21:45:36 +00:00
:cond_0
const-string p0, "$this$trimmedLength"
invoke-static {p0}, Lk0/n/c/h;->c(Ljava/lang/String;)V
const/4 p0, 0x0
throw p0
2020-05-17 12:40:10 +00:00
.end method