* Decompile and recreate Soul Browser v1.4.85 with APK CI builds Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix CI build: include bundled google.jks and remove PR trigger The apktool build failed in CI because app/unknown/.../google.jks was excluded by the *.jks gitignore rule. Whitelist app-bundled JKS files and commit the missing resource. Also remove the redundant pull_request workflow trigger. Co-authored-by: KaKi87 <KaKi87@pm.me> * Change package ID to com.github.kaki87.soulbrowser Rename the application ID so the rebuilt APK can be installed alongside the original Soul Browser from Google Play. - Update AndroidManifest package, permissions, providers, and actions - Update R class references in smali (com/github/kaki87/soulbrowser/R) - Update shortcuts.xml targetPackage - Rename app label to "Soul Rebuild" for easy identification Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix install compatibility: remove split APK metadata and bundle native libs The rebuilt APK still declared requiredSplitTypes and Play Store split metadata, causing Android to reject standalone installs as incompatible. - Remove requiredSplitTypes and split-related manifest meta-data - Merge native libs from all ABI splits with uncompressed storage - Page-align before signing for extractNativeLibs=false - Add .so to apktool doNotCompress list Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix install failure: use apksigner v2/v3 and bundle arm64 native libs Target SDK 36 requires APK Signature Scheme v2+, but jarsigner only produces v1 signatures, causing Android to reject the install. - Sign with apksigner (v1+v2+v3) instead of jarsigner - Add arm64-v8a native libraries from universal Soul Browser 1.4.79 - Set extractNativeLibs=true for reliable sideload installs - Commit stable debug keystore for consistent signatures across builds Co-authored-by: KaKi87 <KaKi87@pm.me> * Add committed debug keystore for consistent APK signatures Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix startup crash: use original classes2.dex desugar libraries Apktool recompiles smali_classes2 into a broken classes2.dex, causing ClassNotFoundException for j$.com.android.tools.r8.a at ML Kit init. Inject the original classes2.dex (Java 8+ desugar libs) after apktool build instead of using the recompiled version. Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix missing drawable resources from density split APKs The base APK is an app bundle module; density-specific drawables like seek_thumb_nor_b live in config.xhdpi.apk and were missing after rebuild, causing Resources$NotFoundException at runtime. - Merge non-9-patch resources from split APKs before apktool build - Sync public.xml IDs from R smali only when backing files exist - Add 713 density-specific resource IDs to public.xml Co-authored-by: KaKi87 <KaKi87@pm.me> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
971 lines
24 KiB
Smali
971 lines
24 KiB
Smali
.class public final enum Lkotlin/text/CharDirectionality;
|
|
.super Ljava/lang/Enum;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lkotlin/text/CharDirectionality$Companion;
|
|
}
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/lang/Enum<",
|
|
"Lkotlin/text/CharDirectionality;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation runtime Lkotlin/Metadata;
|
|
d1 = {
|
|
"\u0000\u0012\n\u0002\u0018\u0002\n\u0002\u0010\u0010\n\u0000\n\u0002\u0010\u0008\n\u0002\u0008\u001a\u0008\u0086\u0081\u0002\u0018\u0000 \u001c2\u0008\u0012\u0004\u0012\u00020\u00000\u0001:\u0001\u001cB\u0011\u0008\u0002\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u00a2\u0006\u0004\u0008\u0004\u0010\u0005R\u0011\u0010\u0002\u001a\u00020\u0003\u00a2\u0006\u0008\n\u0000\u001a\u0004\u0008\u0006\u0010\u0007j\u0002\u0008\u0008j\u0002\u0008\tj\u0002\u0008\nj\u0002\u0008\u000bj\u0002\u0008\u000cj\u0002\u0008\rj\u0002\u0008\u000ej\u0002\u0008\u000fj\u0002\u0008\u0010j\u0002\u0008\u0011j\u0002\u0008\u0012j\u0002\u0008\u0013j\u0002\u0008\u0014j\u0002\u0008\u0015j\u0002\u0008\u0016j\u0002\u0008\u0017j\u0002\u0008\u0018j\u0002\u0008\u0019j\u0002\u0008\u001aj\u0002\u0008\u001b\u00a8\u0006\u001d"
|
|
}
|
|
d2 = {
|
|
"Lkotlin/text/CharDirectionality;",
|
|
"",
|
|
"value",
|
|
"",
|
|
"<init>",
|
|
"(Ljava/lang/String;II)V",
|
|
"getValue",
|
|
"()I",
|
|
"UNDEFINED",
|
|
"LEFT_TO_RIGHT",
|
|
"RIGHT_TO_LEFT",
|
|
"RIGHT_TO_LEFT_ARABIC",
|
|
"EUROPEAN_NUMBER",
|
|
"EUROPEAN_NUMBER_SEPARATOR",
|
|
"EUROPEAN_NUMBER_TERMINATOR",
|
|
"ARABIC_NUMBER",
|
|
"COMMON_NUMBER_SEPARATOR",
|
|
"NONSPACING_MARK",
|
|
"BOUNDARY_NEUTRAL",
|
|
"PARAGRAPH_SEPARATOR",
|
|
"SEGMENT_SEPARATOR",
|
|
"WHITESPACE",
|
|
"OTHER_NEUTRALS",
|
|
"LEFT_TO_RIGHT_EMBEDDING",
|
|
"LEFT_TO_RIGHT_OVERRIDE",
|
|
"RIGHT_TO_LEFT_EMBEDDING",
|
|
"RIGHT_TO_LEFT_OVERRIDE",
|
|
"POP_DIRECTIONAL_FORMAT",
|
|
"Companion",
|
|
"kotlin-stdlib"
|
|
}
|
|
k = 0x1
|
|
mv = {
|
|
0x2,
|
|
0x2,
|
|
0x0
|
|
}
|
|
xi = 0x30
|
|
.end annotation
|
|
|
|
.annotation build Lkotlin/jvm/internal/SourceDebugExtension;
|
|
value = {
|
|
"SMAP\nCharDirectionality.kt\nKotlin\n*S Kotlin\n*F\n+ 1 CharDirectionality.kt\nkotlin/text/CharDirectionality\n+ 2 _Collections.kt\nkotlin/collections/CollectionsKt___CollectionsKt\n*L\n1#1,124:1\n1208#2,2:125\n1236#2,4:127\n*S KotlinDebug\n*F\n+ 1 CharDirectionality.kt\nkotlin/text/CharDirectionality\n*L\n118#1:125,2\n118#1:127,4\n*E\n"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field private static final synthetic $ENTRIES:Lkotlin/enums/EnumEntries;
|
|
|
|
.field private static final synthetic $VALUES:[Lkotlin/text/CharDirectionality;
|
|
|
|
.field public static final enum ARABIC_NUMBER:Lkotlin/text/CharDirectionality;
|
|
|
|
.field public static final enum BOUNDARY_NEUTRAL:Lkotlin/text/CharDirectionality;
|
|
|
|
.field public static final enum COMMON_NUMBER_SEPARATOR:Lkotlin/text/CharDirectionality;
|
|
|
|
.field public static final Companion:Lkotlin/text/CharDirectionality$Companion;
|
|
.annotation build Lorg/jetbrains/annotations/NotNull;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final enum EUROPEAN_NUMBER:Lkotlin/text/CharDirectionality;
|
|
|
|
.field public static final enum EUROPEAN_NUMBER_SEPARATOR:Lkotlin/text/CharDirectionality;
|
|
|
|
.field public static final enum EUROPEAN_NUMBER_TERMINATOR:Lkotlin/text/CharDirectionality;
|
|
|
|
.field public static final enum LEFT_TO_RIGHT:Lkotlin/text/CharDirectionality;
|
|
|
|
.field public static final enum LEFT_TO_RIGHT_EMBEDDING:Lkotlin/text/CharDirectionality;
|
|
|
|
.field public static final enum LEFT_TO_RIGHT_OVERRIDE:Lkotlin/text/CharDirectionality;
|
|
|
|
.field public static final enum NONSPACING_MARK:Lkotlin/text/CharDirectionality;
|
|
|
|
.field public static final enum OTHER_NEUTRALS:Lkotlin/text/CharDirectionality;
|
|
|
|
.field public static final enum PARAGRAPH_SEPARATOR:Lkotlin/text/CharDirectionality;
|
|
|
|
.field public static final enum POP_DIRECTIONAL_FORMAT:Lkotlin/text/CharDirectionality;
|
|
|
|
.field public static final enum RIGHT_TO_LEFT:Lkotlin/text/CharDirectionality;
|
|
|
|
.field public static final enum RIGHT_TO_LEFT_ARABIC:Lkotlin/text/CharDirectionality;
|
|
|
|
.field public static final enum RIGHT_TO_LEFT_EMBEDDING:Lkotlin/text/CharDirectionality;
|
|
|
|
.field public static final enum RIGHT_TO_LEFT_OVERRIDE:Lkotlin/text/CharDirectionality;
|
|
|
|
.field public static final enum SEGMENT_SEPARATOR:Lkotlin/text/CharDirectionality;
|
|
|
|
.field public static final enum UNDEFINED:Lkotlin/text/CharDirectionality;
|
|
|
|
.field public static final enum WHITESPACE:Lkotlin/text/CharDirectionality;
|
|
|
|
.field private static final directionalityMap$delegate:Lkotlin/Lazy;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lkotlin/Lazy<",
|
|
"Ljava/util/Map<",
|
|
"Ljava/lang/Integer;",
|
|
"Lkotlin/text/CharDirectionality;",
|
|
">;>;"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation build Lorg/jetbrains/annotations/NotNull;
|
|
.end annotation
|
|
.end field
|
|
|
|
|
|
# instance fields
|
|
.field private final value:I
|
|
|
|
|
|
# direct methods
|
|
.method private static final synthetic $values()[Lkotlin/text/CharDirectionality;
|
|
.locals 3
|
|
|
|
const/16 v0, 0x14
|
|
|
|
new-array v0, v0, [Lkotlin/text/CharDirectionality;
|
|
|
|
sget-object v1, Lkotlin/text/CharDirectionality;->UNDEFINED:Lkotlin/text/CharDirectionality;
|
|
|
|
const/4 v2, 0x0
|
|
|
|
aput-object v1, v0, v2
|
|
|
|
sget-object v1, Lkotlin/text/CharDirectionality;->LEFT_TO_RIGHT:Lkotlin/text/CharDirectionality;
|
|
|
|
const/4 v2, 0x1
|
|
|
|
aput-object v1, v0, v2
|
|
|
|
sget-object v1, Lkotlin/text/CharDirectionality;->RIGHT_TO_LEFT:Lkotlin/text/CharDirectionality;
|
|
|
|
const/4 v2, 0x2
|
|
|
|
aput-object v1, v0, v2
|
|
|
|
sget-object v1, Lkotlin/text/CharDirectionality;->RIGHT_TO_LEFT_ARABIC:Lkotlin/text/CharDirectionality;
|
|
|
|
const/4 v2, 0x3
|
|
|
|
aput-object v1, v0, v2
|
|
|
|
sget-object v1, Lkotlin/text/CharDirectionality;->EUROPEAN_NUMBER:Lkotlin/text/CharDirectionality;
|
|
|
|
const/4 v2, 0x4
|
|
|
|
aput-object v1, v0, v2
|
|
|
|
sget-object v1, Lkotlin/text/CharDirectionality;->EUROPEAN_NUMBER_SEPARATOR:Lkotlin/text/CharDirectionality;
|
|
|
|
const/4 v2, 0x5
|
|
|
|
aput-object v1, v0, v2
|
|
|
|
sget-object v1, Lkotlin/text/CharDirectionality;->EUROPEAN_NUMBER_TERMINATOR:Lkotlin/text/CharDirectionality;
|
|
|
|
const/4 v2, 0x6
|
|
|
|
aput-object v1, v0, v2
|
|
|
|
sget-object v1, Lkotlin/text/CharDirectionality;->ARABIC_NUMBER:Lkotlin/text/CharDirectionality;
|
|
|
|
const/4 v2, 0x7
|
|
|
|
aput-object v1, v0, v2
|
|
|
|
sget-object v1, Lkotlin/text/CharDirectionality;->COMMON_NUMBER_SEPARATOR:Lkotlin/text/CharDirectionality;
|
|
|
|
const/16 v2, 0x8
|
|
|
|
aput-object v1, v0, v2
|
|
|
|
sget-object v1, Lkotlin/text/CharDirectionality;->NONSPACING_MARK:Lkotlin/text/CharDirectionality;
|
|
|
|
const/16 v2, 0x9
|
|
|
|
aput-object v1, v0, v2
|
|
|
|
sget-object v1, Lkotlin/text/CharDirectionality;->BOUNDARY_NEUTRAL:Lkotlin/text/CharDirectionality;
|
|
|
|
const/16 v2, 0xa
|
|
|
|
aput-object v1, v0, v2
|
|
|
|
sget-object v1, Lkotlin/text/CharDirectionality;->PARAGRAPH_SEPARATOR:Lkotlin/text/CharDirectionality;
|
|
|
|
const/16 v2, 0xb
|
|
|
|
aput-object v1, v0, v2
|
|
|
|
sget-object v1, Lkotlin/text/CharDirectionality;->SEGMENT_SEPARATOR:Lkotlin/text/CharDirectionality;
|
|
|
|
const/16 v2, 0xc
|
|
|
|
aput-object v1, v0, v2
|
|
|
|
sget-object v1, Lkotlin/text/CharDirectionality;->WHITESPACE:Lkotlin/text/CharDirectionality;
|
|
|
|
const/16 v2, 0xd
|
|
|
|
aput-object v1, v0, v2
|
|
|
|
sget-object v1, Lkotlin/text/CharDirectionality;->OTHER_NEUTRALS:Lkotlin/text/CharDirectionality;
|
|
|
|
const/16 v2, 0xe
|
|
|
|
aput-object v1, v0, v2
|
|
|
|
sget-object v1, Lkotlin/text/CharDirectionality;->LEFT_TO_RIGHT_EMBEDDING:Lkotlin/text/CharDirectionality;
|
|
|
|
const/16 v2, 0xf
|
|
|
|
aput-object v1, v0, v2
|
|
|
|
sget-object v1, Lkotlin/text/CharDirectionality;->LEFT_TO_RIGHT_OVERRIDE:Lkotlin/text/CharDirectionality;
|
|
|
|
const/16 v2, 0x10
|
|
|
|
aput-object v1, v0, v2
|
|
|
|
sget-object v1, Lkotlin/text/CharDirectionality;->RIGHT_TO_LEFT_EMBEDDING:Lkotlin/text/CharDirectionality;
|
|
|
|
const/16 v2, 0x11
|
|
|
|
aput-object v1, v0, v2
|
|
|
|
sget-object v1, Lkotlin/text/CharDirectionality;->RIGHT_TO_LEFT_OVERRIDE:Lkotlin/text/CharDirectionality;
|
|
|
|
const/16 v2, 0x12
|
|
|
|
aput-object v1, v0, v2
|
|
|
|
sget-object v1, Lkotlin/text/CharDirectionality;->POP_DIRECTIONAL_FORMAT:Lkotlin/text/CharDirectionality;
|
|
|
|
const/16 v2, 0x13
|
|
|
|
aput-object v1, v0, v2
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method static constructor <clinit>()V
|
|
.locals 4
|
|
|
|
.line 1
|
|
new-instance v0, Lkotlin/text/CharDirectionality;
|
|
|
|
.line 2
|
|
.line 3
|
|
const/4 v1, -0x1
|
|
|
|
.line 4
|
|
const-string v2, "UNDEFINED"
|
|
|
|
.line 5
|
|
.line 6
|
|
const/4 v3, 0x0
|
|
|
|
.line 7
|
|
invoke-direct {v0, v2, v3, v1}, Lkotlin/text/CharDirectionality;-><init>(Ljava/lang/String;II)V
|
|
|
|
.line 8
|
|
.line 9
|
|
.line 10
|
|
sput-object v0, Lkotlin/text/CharDirectionality;->UNDEFINED:Lkotlin/text/CharDirectionality;
|
|
|
|
.line 11
|
|
.line 12
|
|
new-instance v0, Lkotlin/text/CharDirectionality;
|
|
|
|
.line 13
|
|
.line 14
|
|
const-string v1, "LEFT_TO_RIGHT"
|
|
|
|
.line 15
|
|
.line 16
|
|
const/4 v2, 0x1
|
|
|
|
.line 17
|
|
invoke-direct {v0, v1, v2, v3}, Lkotlin/text/CharDirectionality;-><init>(Ljava/lang/String;II)V
|
|
|
|
.line 18
|
|
.line 19
|
|
.line 20
|
|
sput-object v0, Lkotlin/text/CharDirectionality;->LEFT_TO_RIGHT:Lkotlin/text/CharDirectionality;
|
|
|
|
.line 21
|
|
.line 22
|
|
new-instance v0, Lkotlin/text/CharDirectionality;
|
|
|
|
.line 23
|
|
.line 24
|
|
const-string v1, "RIGHT_TO_LEFT"
|
|
|
|
.line 25
|
|
.line 26
|
|
const/4 v3, 0x2
|
|
|
|
.line 27
|
|
invoke-direct {v0, v1, v3, v2}, Lkotlin/text/CharDirectionality;-><init>(Ljava/lang/String;II)V
|
|
|
|
.line 28
|
|
.line 29
|
|
.line 30
|
|
sput-object v0, Lkotlin/text/CharDirectionality;->RIGHT_TO_LEFT:Lkotlin/text/CharDirectionality;
|
|
|
|
.line 31
|
|
.line 32
|
|
new-instance v0, Lkotlin/text/CharDirectionality;
|
|
|
|
.line 33
|
|
.line 34
|
|
const-string v1, "RIGHT_TO_LEFT_ARABIC"
|
|
|
|
.line 35
|
|
.line 36
|
|
const/4 v2, 0x3
|
|
|
|
.line 37
|
|
invoke-direct {v0, v1, v2, v3}, Lkotlin/text/CharDirectionality;-><init>(Ljava/lang/String;II)V
|
|
|
|
.line 38
|
|
.line 39
|
|
.line 40
|
|
sput-object v0, Lkotlin/text/CharDirectionality;->RIGHT_TO_LEFT_ARABIC:Lkotlin/text/CharDirectionality;
|
|
|
|
.line 41
|
|
.line 42
|
|
new-instance v0, Lkotlin/text/CharDirectionality;
|
|
|
|
.line 43
|
|
.line 44
|
|
const-string v1, "EUROPEAN_NUMBER"
|
|
|
|
.line 45
|
|
.line 46
|
|
const/4 v3, 0x4
|
|
|
|
.line 47
|
|
invoke-direct {v0, v1, v3, v2}, Lkotlin/text/CharDirectionality;-><init>(Ljava/lang/String;II)V
|
|
|
|
.line 48
|
|
.line 49
|
|
.line 50
|
|
sput-object v0, Lkotlin/text/CharDirectionality;->EUROPEAN_NUMBER:Lkotlin/text/CharDirectionality;
|
|
|
|
.line 51
|
|
.line 52
|
|
new-instance v0, Lkotlin/text/CharDirectionality;
|
|
|
|
.line 53
|
|
.line 54
|
|
const-string v1, "EUROPEAN_NUMBER_SEPARATOR"
|
|
|
|
.line 55
|
|
.line 56
|
|
const/4 v2, 0x5
|
|
|
|
.line 57
|
|
invoke-direct {v0, v1, v2, v3}, Lkotlin/text/CharDirectionality;-><init>(Ljava/lang/String;II)V
|
|
|
|
.line 58
|
|
.line 59
|
|
.line 60
|
|
sput-object v0, Lkotlin/text/CharDirectionality;->EUROPEAN_NUMBER_SEPARATOR:Lkotlin/text/CharDirectionality;
|
|
|
|
.line 61
|
|
.line 62
|
|
new-instance v0, Lkotlin/text/CharDirectionality;
|
|
|
|
.line 63
|
|
.line 64
|
|
const-string v1, "EUROPEAN_NUMBER_TERMINATOR"
|
|
|
|
.line 65
|
|
.line 66
|
|
const/4 v3, 0x6
|
|
|
|
.line 67
|
|
invoke-direct {v0, v1, v3, v2}, Lkotlin/text/CharDirectionality;-><init>(Ljava/lang/String;II)V
|
|
|
|
.line 68
|
|
.line 69
|
|
.line 70
|
|
sput-object v0, Lkotlin/text/CharDirectionality;->EUROPEAN_NUMBER_TERMINATOR:Lkotlin/text/CharDirectionality;
|
|
|
|
.line 71
|
|
.line 72
|
|
new-instance v0, Lkotlin/text/CharDirectionality;
|
|
|
|
.line 73
|
|
.line 74
|
|
const-string v1, "ARABIC_NUMBER"
|
|
|
|
.line 75
|
|
.line 76
|
|
const/4 v2, 0x7
|
|
|
|
.line 77
|
|
invoke-direct {v0, v1, v2, v3}, Lkotlin/text/CharDirectionality;-><init>(Ljava/lang/String;II)V
|
|
|
|
.line 78
|
|
.line 79
|
|
.line 80
|
|
sput-object v0, Lkotlin/text/CharDirectionality;->ARABIC_NUMBER:Lkotlin/text/CharDirectionality;
|
|
|
|
.line 81
|
|
.line 82
|
|
new-instance v0, Lkotlin/text/CharDirectionality;
|
|
|
|
.line 83
|
|
.line 84
|
|
const-string v1, "COMMON_NUMBER_SEPARATOR"
|
|
|
|
.line 85
|
|
.line 86
|
|
const/16 v3, 0x8
|
|
|
|
.line 87
|
|
.line 88
|
|
invoke-direct {v0, v1, v3, v2}, Lkotlin/text/CharDirectionality;-><init>(Ljava/lang/String;II)V
|
|
|
|
.line 89
|
|
.line 90
|
|
.line 91
|
|
sput-object v0, Lkotlin/text/CharDirectionality;->COMMON_NUMBER_SEPARATOR:Lkotlin/text/CharDirectionality;
|
|
|
|
.line 92
|
|
.line 93
|
|
new-instance v0, Lkotlin/text/CharDirectionality;
|
|
|
|
.line 94
|
|
.line 95
|
|
const-string v1, "NONSPACING_MARK"
|
|
|
|
.line 96
|
|
.line 97
|
|
const/16 v2, 0x9
|
|
|
|
.line 98
|
|
.line 99
|
|
invoke-direct {v0, v1, v2, v3}, Lkotlin/text/CharDirectionality;-><init>(Ljava/lang/String;II)V
|
|
|
|
.line 100
|
|
.line 101
|
|
.line 102
|
|
sput-object v0, Lkotlin/text/CharDirectionality;->NONSPACING_MARK:Lkotlin/text/CharDirectionality;
|
|
|
|
.line 103
|
|
.line 104
|
|
new-instance v0, Lkotlin/text/CharDirectionality;
|
|
|
|
.line 105
|
|
.line 106
|
|
const-string v1, "BOUNDARY_NEUTRAL"
|
|
|
|
.line 107
|
|
.line 108
|
|
const/16 v3, 0xa
|
|
|
|
.line 109
|
|
.line 110
|
|
invoke-direct {v0, v1, v3, v2}, Lkotlin/text/CharDirectionality;-><init>(Ljava/lang/String;II)V
|
|
|
|
.line 111
|
|
.line 112
|
|
.line 113
|
|
sput-object v0, Lkotlin/text/CharDirectionality;->BOUNDARY_NEUTRAL:Lkotlin/text/CharDirectionality;
|
|
|
|
.line 114
|
|
.line 115
|
|
new-instance v0, Lkotlin/text/CharDirectionality;
|
|
|
|
.line 116
|
|
.line 117
|
|
const-string v1, "PARAGRAPH_SEPARATOR"
|
|
|
|
.line 118
|
|
.line 119
|
|
const/16 v2, 0xb
|
|
|
|
.line 120
|
|
.line 121
|
|
invoke-direct {v0, v1, v2, v3}, Lkotlin/text/CharDirectionality;-><init>(Ljava/lang/String;II)V
|
|
|
|
.line 122
|
|
.line 123
|
|
.line 124
|
|
sput-object v0, Lkotlin/text/CharDirectionality;->PARAGRAPH_SEPARATOR:Lkotlin/text/CharDirectionality;
|
|
|
|
.line 125
|
|
.line 126
|
|
new-instance v0, Lkotlin/text/CharDirectionality;
|
|
|
|
.line 127
|
|
.line 128
|
|
const-string v1, "SEGMENT_SEPARATOR"
|
|
|
|
.line 129
|
|
.line 130
|
|
const/16 v3, 0xc
|
|
|
|
.line 131
|
|
.line 132
|
|
invoke-direct {v0, v1, v3, v2}, Lkotlin/text/CharDirectionality;-><init>(Ljava/lang/String;II)V
|
|
|
|
.line 133
|
|
.line 134
|
|
.line 135
|
|
sput-object v0, Lkotlin/text/CharDirectionality;->SEGMENT_SEPARATOR:Lkotlin/text/CharDirectionality;
|
|
|
|
.line 136
|
|
.line 137
|
|
new-instance v0, Lkotlin/text/CharDirectionality;
|
|
|
|
.line 138
|
|
.line 139
|
|
const-string v1, "WHITESPACE"
|
|
|
|
.line 140
|
|
.line 141
|
|
const/16 v2, 0xd
|
|
|
|
.line 142
|
|
.line 143
|
|
invoke-direct {v0, v1, v2, v3}, Lkotlin/text/CharDirectionality;-><init>(Ljava/lang/String;II)V
|
|
|
|
.line 144
|
|
.line 145
|
|
.line 146
|
|
sput-object v0, Lkotlin/text/CharDirectionality;->WHITESPACE:Lkotlin/text/CharDirectionality;
|
|
|
|
.line 147
|
|
.line 148
|
|
new-instance v0, Lkotlin/text/CharDirectionality;
|
|
|
|
.line 149
|
|
.line 150
|
|
const-string v1, "OTHER_NEUTRALS"
|
|
|
|
.line 151
|
|
.line 152
|
|
const/16 v3, 0xe
|
|
|
|
.line 153
|
|
.line 154
|
|
invoke-direct {v0, v1, v3, v2}, Lkotlin/text/CharDirectionality;-><init>(Ljava/lang/String;II)V
|
|
|
|
.line 155
|
|
.line 156
|
|
.line 157
|
|
sput-object v0, Lkotlin/text/CharDirectionality;->OTHER_NEUTRALS:Lkotlin/text/CharDirectionality;
|
|
|
|
.line 158
|
|
.line 159
|
|
new-instance v0, Lkotlin/text/CharDirectionality;
|
|
|
|
.line 160
|
|
.line 161
|
|
const-string v1, "LEFT_TO_RIGHT_EMBEDDING"
|
|
|
|
.line 162
|
|
.line 163
|
|
const/16 v2, 0xf
|
|
|
|
.line 164
|
|
.line 165
|
|
invoke-direct {v0, v1, v2, v3}, Lkotlin/text/CharDirectionality;-><init>(Ljava/lang/String;II)V
|
|
|
|
.line 166
|
|
.line 167
|
|
.line 168
|
|
sput-object v0, Lkotlin/text/CharDirectionality;->LEFT_TO_RIGHT_EMBEDDING:Lkotlin/text/CharDirectionality;
|
|
|
|
.line 169
|
|
.line 170
|
|
new-instance v0, Lkotlin/text/CharDirectionality;
|
|
|
|
.line 171
|
|
.line 172
|
|
const-string v1, "LEFT_TO_RIGHT_OVERRIDE"
|
|
|
|
.line 173
|
|
.line 174
|
|
const/16 v3, 0x10
|
|
|
|
.line 175
|
|
.line 176
|
|
invoke-direct {v0, v1, v3, v2}, Lkotlin/text/CharDirectionality;-><init>(Ljava/lang/String;II)V
|
|
|
|
.line 177
|
|
.line 178
|
|
.line 179
|
|
sput-object v0, Lkotlin/text/CharDirectionality;->LEFT_TO_RIGHT_OVERRIDE:Lkotlin/text/CharDirectionality;
|
|
|
|
.line 180
|
|
.line 181
|
|
new-instance v0, Lkotlin/text/CharDirectionality;
|
|
|
|
.line 182
|
|
.line 183
|
|
const-string v1, "RIGHT_TO_LEFT_EMBEDDING"
|
|
|
|
.line 184
|
|
.line 185
|
|
const/16 v2, 0x11
|
|
|
|
.line 186
|
|
.line 187
|
|
invoke-direct {v0, v1, v2, v3}, Lkotlin/text/CharDirectionality;-><init>(Ljava/lang/String;II)V
|
|
|
|
.line 188
|
|
.line 189
|
|
.line 190
|
|
sput-object v0, Lkotlin/text/CharDirectionality;->RIGHT_TO_LEFT_EMBEDDING:Lkotlin/text/CharDirectionality;
|
|
|
|
.line 191
|
|
.line 192
|
|
new-instance v0, Lkotlin/text/CharDirectionality;
|
|
|
|
.line 193
|
|
.line 194
|
|
const-string v1, "RIGHT_TO_LEFT_OVERRIDE"
|
|
|
|
.line 195
|
|
.line 196
|
|
const/16 v3, 0x12
|
|
|
|
.line 197
|
|
.line 198
|
|
invoke-direct {v0, v1, v3, v2}, Lkotlin/text/CharDirectionality;-><init>(Ljava/lang/String;II)V
|
|
|
|
.line 199
|
|
.line 200
|
|
.line 201
|
|
sput-object v0, Lkotlin/text/CharDirectionality;->RIGHT_TO_LEFT_OVERRIDE:Lkotlin/text/CharDirectionality;
|
|
|
|
.line 202
|
|
.line 203
|
|
new-instance v0, Lkotlin/text/CharDirectionality;
|
|
|
|
.line 204
|
|
.line 205
|
|
const-string v1, "POP_DIRECTIONAL_FORMAT"
|
|
|
|
.line 206
|
|
.line 207
|
|
const/16 v2, 0x13
|
|
|
|
.line 208
|
|
.line 209
|
|
invoke-direct {v0, v1, v2, v3}, Lkotlin/text/CharDirectionality;-><init>(Ljava/lang/String;II)V
|
|
|
|
.line 210
|
|
.line 211
|
|
.line 212
|
|
sput-object v0, Lkotlin/text/CharDirectionality;->POP_DIRECTIONAL_FORMAT:Lkotlin/text/CharDirectionality;
|
|
|
|
.line 213
|
|
.line 214
|
|
invoke-static {}, Lkotlin/text/CharDirectionality;->$values()[Lkotlin/text/CharDirectionality;
|
|
|
|
.line 215
|
|
.line 216
|
|
.line 217
|
|
move-result-object v0
|
|
|
|
.line 218
|
|
sput-object v0, Lkotlin/text/CharDirectionality;->$VALUES:[Lkotlin/text/CharDirectionality;
|
|
|
|
.line 219
|
|
.line 220
|
|
invoke-static {v0}, Lkotlin/enums/EnumEntriesKt;->enumEntries([Ljava/lang/Enum;)Lkotlin/enums/EnumEntries;
|
|
|
|
.line 221
|
|
.line 222
|
|
.line 223
|
|
move-result-object v0
|
|
|
|
.line 224
|
|
sput-object v0, Lkotlin/text/CharDirectionality;->$ENTRIES:Lkotlin/enums/EnumEntries;
|
|
|
|
.line 225
|
|
.line 226
|
|
new-instance v0, Lkotlin/text/CharDirectionality$Companion;
|
|
|
|
.line 227
|
|
.line 228
|
|
const/4 v1, 0x0
|
|
|
|
.line 229
|
|
invoke-direct {v0, v1}, Lkotlin/text/CharDirectionality$Companion;-><init>(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
|
|
.line 230
|
|
.line 231
|
|
.line 232
|
|
sput-object v0, Lkotlin/text/CharDirectionality;->Companion:Lkotlin/text/CharDirectionality$Companion;
|
|
|
|
.line 233
|
|
.line 234
|
|
new-instance v0, Lkotlin/text/a;
|
|
|
|
.line 235
|
|
.line 236
|
|
invoke-direct {v0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 237
|
|
.line 238
|
|
.line 239
|
|
invoke-static {v0}, Lkotlin/LazyKt;->lazy(Lkotlin/jvm/functions/Function0;)Lkotlin/Lazy;
|
|
|
|
.line 240
|
|
.line 241
|
|
.line 242
|
|
move-result-object v0
|
|
|
|
.line 243
|
|
sput-object v0, Lkotlin/text/CharDirectionality;->directionalityMap$delegate:Lkotlin/Lazy;
|
|
|
|
.line 244
|
|
.line 245
|
|
return-void
|
|
.end method
|
|
|
|
.method private constructor <init>(Ljava/lang/String;II)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(I)V"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1
|
|
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
iput p3, p0, Lkotlin/text/CharDirectionality;->value:I
|
|
|
|
.line 5
|
|
.line 6
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic a()Ljava/util/Map;
|
|
.locals 1
|
|
|
|
.line 1
|
|
invoke-static {}, Lkotlin/text/CharDirectionality;->directionalityMap_delegate$lambda$0()Ljava/util/Map;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static final synthetic access$getDirectionalityMap$delegate$cp()Lkotlin/Lazy;
|
|
.locals 1
|
|
|
|
.line 1
|
|
sget-object v0, Lkotlin/text/CharDirectionality;->directionalityMap$delegate:Lkotlin/Lazy;
|
|
|
|
.line 2
|
|
.line 3
|
|
return-object v0
|
|
.end method
|
|
|
|
.method private static final directionalityMap_delegate$lambda$0()Ljava/util/Map;
|
|
.locals 4
|
|
|
|
.line 1
|
|
invoke-static {}, Lkotlin/text/CharDirectionality;->getEntries()Lkotlin/enums/EnumEntries;
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
move-result-object v0
|
|
|
|
.line 5
|
|
const/16 v1, 0xa
|
|
|
|
.line 6
|
|
.line 7
|
|
invoke-static {v0, v1}, Lkotlin/collections/CollectionsKt;->collectionSizeOrDefault(Ljava/lang/Iterable;I)I
|
|
|
|
.line 8
|
|
.line 9
|
|
.line 10
|
|
move-result v1
|
|
|
|
.line 11
|
|
invoke-static {v1}, Lkotlin/collections/MapsKt;->mapCapacity(I)I
|
|
|
|
.line 12
|
|
.line 13
|
|
.line 14
|
|
move-result v1
|
|
|
|
.line 15
|
|
const/16 v2, 0x10
|
|
|
|
.line 16
|
|
.line 17
|
|
invoke-static {v1, v2}, Lkotlin/ranges/RangesKt;->coerceAtLeast(II)I
|
|
|
|
.line 18
|
|
.line 19
|
|
.line 20
|
|
move-result v1
|
|
|
|
.line 21
|
|
new-instance v2, Ljava/util/LinkedHashMap;
|
|
|
|
.line 22
|
|
.line 23
|
|
invoke-direct {v2, v1}, Ljava/util/LinkedHashMap;-><init>(I)V
|
|
|
|
.line 24
|
|
.line 25
|
|
.line 26
|
|
invoke-interface {v0}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
|
|
|
|
.line 27
|
|
.line 28
|
|
.line 29
|
|
move-result-object v0
|
|
|
|
.line 30
|
|
:goto_0
|
|
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
|
|
|
|
.line 31
|
|
.line 32
|
|
.line 33
|
|
move-result v1
|
|
|
|
.line 34
|
|
if-eqz v1, :cond_0
|
|
|
|
.line 35
|
|
.line 36
|
|
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
|
|
|
.line 37
|
|
.line 38
|
|
.line 39
|
|
move-result-object v1
|
|
|
|
.line 40
|
|
move-object v3, v1
|
|
|
|
.line 41
|
|
check-cast v3, Lkotlin/text/CharDirectionality;
|
|
|
|
.line 42
|
|
.line 43
|
|
iget v3, v3, Lkotlin/text/CharDirectionality;->value:I
|
|
|
|
.line 44
|
|
.line 45
|
|
invoke-static {v3}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
.line 46
|
|
.line 47
|
|
.line 48
|
|
move-result-object v3
|
|
|
|
.line 49
|
|
invoke-interface {v2, v3, v1}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 50
|
|
.line 51
|
|
.line 52
|
|
goto :goto_0
|
|
|
|
.line 53
|
|
:cond_0
|
|
return-object v2
|
|
.end method
|
|
|
|
.method public static getEntries()Lkotlin/enums/EnumEntries;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()",
|
|
"Lkotlin/enums/EnumEntries<",
|
|
"Lkotlin/text/CharDirectionality;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation build Lorg/jetbrains/annotations/NotNull;
|
|
.end annotation
|
|
|
|
sget-object v0, Lkotlin/text/CharDirectionality;->$ENTRIES:Lkotlin/enums/EnumEntries;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static valueOf(Ljava/lang/String;)Lkotlin/text/CharDirectionality;
|
|
.locals 1
|
|
|
|
const-class v0, Lkotlin/text/CharDirectionality;
|
|
|
|
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lkotlin/text/CharDirectionality;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static values()[Lkotlin/text/CharDirectionality;
|
|
.locals 1
|
|
|
|
sget-object v0, Lkotlin/text/CharDirectionality;->$VALUES:[Lkotlin/text/CharDirectionality;
|
|
|
|
invoke-virtual {v0}, Ljava/lang/Object;->clone()Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
check-cast v0, [Lkotlin/text/CharDirectionality;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final getValue()I
|
|
.locals 1
|
|
|
|
.line 1
|
|
iget v0, p0, Lkotlin/text/CharDirectionality;->value:I
|
|
|
|
.line 2
|
|
.line 3
|
|
return v0
|
|
.end method
|