changed repo structure
This commit is contained in:
256
2024/insomnihack/mobile/Notes/smali/kotlin/text/Charsets.smali
Normal file
256
2024/insomnihack/mobile/Notes/smali/kotlin/text/Charsets.smali
Normal file
@@ -0,0 +1,256 @@
|
||||
.class public final Lkotlin/text/Charsets;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Charsets.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation runtime Lkotlin/Metadata;
|
||||
d1 = {
|
||||
"\u0000\u0014\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\u0008\u0002\n\u0002\u0018\u0002\n\u0002\u0008\u0010\u0008\u00c6\u0002\u0018\u00002\u00020\u0001B\u0007\u0008\u0002\u00a2\u0006\u0002\u0010\u0002R\u0010\u0010\u0003\u001a\u00020\u00048\u0006X\u0087\u0004\u00a2\u0006\u0002\n\u0000R\u0010\u0010\u0005\u001a\u00020\u00048\u0006X\u0087\u0004\u00a2\u0006\u0002\n\u0000R\u0010\u0010\u0006\u001a\u00020\u00048\u0006X\u0087\u0004\u00a2\u0006\u0002\n\u0000R\u0010\u0010\u0007\u001a\u00020\u00048\u0006X\u0087\u0004\u00a2\u0006\u0002\n\u0000R\u0010\u0010\u0008\u001a\u00020\u00048\u0006X\u0087\u0004\u00a2\u0006\u0002\n\u0000R\u0011\u0010\t\u001a\u00020\u00048G\u00a2\u0006\u0006\u001a\u0004\u0008\n\u0010\u000bR\u0011\u0010\u000c\u001a\u00020\u00048G\u00a2\u0006\u0006\u001a\u0004\u0008\r\u0010\u000bR\u0011\u0010\u000e\u001a\u00020\u00048G\u00a2\u0006\u0006\u001a\u0004\u0008\u000f\u0010\u000bR\u0010\u0010\u0010\u001a\u00020\u00048\u0006X\u0087\u0004\u00a2\u0006\u0002\n\u0000R\u0010\u0010\u0011\u001a\u0004\u0018\u00010\u0004X\u0082\u000e\u00a2\u0006\u0002\n\u0000R\u0010\u0010\u0012\u001a\u0004\u0018\u00010\u0004X\u0082\u000e\u00a2\u0006\u0002\n\u0000R\u0010\u0010\u0013\u001a\u0004\u0018\u00010\u0004X\u0082\u000e\u00a2\u0006\u0002\n\u0000\u00a8\u0006\u0014"
|
||||
}
|
||||
d2 = {
|
||||
"Lkotlin/text/Charsets;",
|
||||
"",
|
||||
"()V",
|
||||
"ISO_8859_1",
|
||||
"Ljava/nio/charset/Charset;",
|
||||
"US_ASCII",
|
||||
"UTF_16",
|
||||
"UTF_16BE",
|
||||
"UTF_16LE",
|
||||
"UTF_32",
|
||||
"UTF32",
|
||||
"()Ljava/nio/charset/Charset;",
|
||||
"UTF_32BE",
|
||||
"UTF32_BE",
|
||||
"UTF_32LE",
|
||||
"UTF32_LE",
|
||||
"UTF_8",
|
||||
"utf_32",
|
||||
"utf_32be",
|
||||
"utf_32le",
|
||||
"kotlin-stdlib"
|
||||
}
|
||||
k = 0x1
|
||||
mv = {
|
||||
0x1,
|
||||
0x8,
|
||||
0x0
|
||||
}
|
||||
xi = 0x30
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final INSTANCE:Lkotlin/text/Charsets;
|
||||
|
||||
.field public static final ISO_8859_1:Ljava/nio/charset/Charset;
|
||||
|
||||
.field public static final US_ASCII:Ljava/nio/charset/Charset;
|
||||
|
||||
.field public static final UTF_16:Ljava/nio/charset/Charset;
|
||||
|
||||
.field public static final UTF_16BE:Ljava/nio/charset/Charset;
|
||||
|
||||
.field public static final UTF_16LE:Ljava/nio/charset/Charset;
|
||||
|
||||
.field public static final UTF_8:Ljava/nio/charset/Charset;
|
||||
|
||||
.field private static volatile utf_32:Ljava/nio/charset/Charset;
|
||||
|
||||
.field private static volatile utf_32be:Ljava/nio/charset/Charset;
|
||||
|
||||
.field private static volatile utf_32le:Ljava/nio/charset/Charset;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Lkotlin/text/Charsets;
|
||||
|
||||
invoke-direct {v0}, Lkotlin/text/Charsets;-><init>()V
|
||||
|
||||
sput-object v0, Lkotlin/text/Charsets;->INSTANCE:Lkotlin/text/Charsets;
|
||||
|
||||
.line 29
|
||||
const-string v0, "UTF-8"
|
||||
|
||||
invoke-static {v0}, Ljava/nio/charset/Charset;->forName(Ljava/lang/String;)Ljava/nio/charset/Charset;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const-string v1, "forName(\"UTF-8\")"
|
||||
|
||||
invoke-static {v0, v1}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
sput-object v0, Lkotlin/text/Charsets;->UTF_8:Ljava/nio/charset/Charset;
|
||||
|
||||
.line 36
|
||||
const-string v0, "UTF-16"
|
||||
|
||||
invoke-static {v0}, Ljava/nio/charset/Charset;->forName(Ljava/lang/String;)Ljava/nio/charset/Charset;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const-string v1, "forName(\"UTF-16\")"
|
||||
|
||||
invoke-static {v0, v1}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
sput-object v0, Lkotlin/text/Charsets;->UTF_16:Ljava/nio/charset/Charset;
|
||||
|
||||
.line 42
|
||||
const-string v0, "UTF-16BE"
|
||||
|
||||
invoke-static {v0}, Ljava/nio/charset/Charset;->forName(Ljava/lang/String;)Ljava/nio/charset/Charset;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const-string v1, "forName(\"UTF-16BE\")"
|
||||
|
||||
invoke-static {v0, v1}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
sput-object v0, Lkotlin/text/Charsets;->UTF_16BE:Ljava/nio/charset/Charset;
|
||||
|
||||
.line 48
|
||||
const-string v0, "UTF-16LE"
|
||||
|
||||
invoke-static {v0}, Ljava/nio/charset/Charset;->forName(Ljava/lang/String;)Ljava/nio/charset/Charset;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const-string v1, "forName(\"UTF-16LE\")"
|
||||
|
||||
invoke-static {v0, v1}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
sput-object v0, Lkotlin/text/Charsets;->UTF_16LE:Ljava/nio/charset/Charset;
|
||||
|
||||
.line 55
|
||||
const-string v0, "US-ASCII"
|
||||
|
||||
invoke-static {v0}, Ljava/nio/charset/Charset;->forName(Ljava/lang/String;)Ljava/nio/charset/Charset;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const-string v1, "forName(\"US-ASCII\")"
|
||||
|
||||
invoke-static {v0, v1}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
sput-object v0, Lkotlin/text/Charsets;->US_ASCII:Ljava/nio/charset/Charset;
|
||||
|
||||
.line 61
|
||||
const-string v0, "ISO-8859-1"
|
||||
|
||||
invoke-static {v0}, Ljava/nio/charset/Charset;->forName(Ljava/lang/String;)Ljava/nio/charset/Charset;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const-string v1, "forName(\"ISO-8859-1\")"
|
||||
|
||||
invoke-static {v0, v1}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
sput-object v0, Lkotlin/text/Charsets;->ISO_8859_1:Ljava/nio/charset/Charset;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
.line 24
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final UTF32()Ljava/nio/charset/Charset;
|
||||
.locals 2
|
||||
|
||||
.line 68
|
||||
sget-object v0, Lkotlin/text/Charsets;->utf_32:Ljava/nio/charset/Charset;
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
move-object v0, p0
|
||||
|
||||
check-cast v0, Lkotlin/text/Charsets;
|
||||
|
||||
.line 69
|
||||
const-string v0, "UTF-32"
|
||||
|
||||
invoke-static {v0}, Ljava/nio/charset/Charset;->forName(Ljava/lang/String;)Ljava/nio/charset/Charset;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const-string v1, "forName(\"UTF-32\")"
|
||||
|
||||
invoke-static {v0, v1}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
.line 70
|
||||
sput-object v0, Lkotlin/text/Charsets;->utf_32:Ljava/nio/charset/Charset;
|
||||
|
||||
:cond_0
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public final UTF32_BE()Ljava/nio/charset/Charset;
|
||||
.locals 2
|
||||
|
||||
.line 96
|
||||
sget-object v0, Lkotlin/text/Charsets;->utf_32be:Ljava/nio/charset/Charset;
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
move-object v0, p0
|
||||
|
||||
check-cast v0, Lkotlin/text/Charsets;
|
||||
|
||||
.line 97
|
||||
const-string v0, "UTF-32BE"
|
||||
|
||||
invoke-static {v0}, Ljava/nio/charset/Charset;->forName(Ljava/lang/String;)Ljava/nio/charset/Charset;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const-string v1, "forName(\"UTF-32BE\")"
|
||||
|
||||
invoke-static {v0, v1}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
.line 98
|
||||
sput-object v0, Lkotlin/text/Charsets;->utf_32be:Ljava/nio/charset/Charset;
|
||||
|
||||
:cond_0
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public final UTF32_LE()Ljava/nio/charset/Charset;
|
||||
.locals 2
|
||||
|
||||
.line 82
|
||||
sget-object v0, Lkotlin/text/Charsets;->utf_32le:Ljava/nio/charset/Charset;
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
move-object v0, p0
|
||||
|
||||
check-cast v0, Lkotlin/text/Charsets;
|
||||
|
||||
.line 83
|
||||
const-string v0, "UTF-32LE"
|
||||
|
||||
invoke-static {v0}, Ljava/nio/charset/Charset;->forName(Ljava/lang/String;)Ljava/nio/charset/Charset;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const-string v1, "forName(\"UTF-32LE\")"
|
||||
|
||||
invoke-static {v0, v1}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
.line 84
|
||||
sput-object v0, Lkotlin/text/Charsets;->utf_32le:Ljava/nio/charset/Charset;
|
||||
|
||||
:cond_0
|
||||
return-object v0
|
||||
.end method
|
||||
Reference in New Issue
Block a user