class android.text.TextDirectionHeuristics$AnyStrong implements android.text.TextDirectionHeuristics$TextDirectionAlgorithm
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.text.TextDirectionHeuristics$AnyStrong
  super_class: java.lang.Object
{
  private final boolean mLookForRtl;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static final android.text.TextDirectionHeuristics$AnyStrong INSTANCE_RTL;
    descriptor: Landroid/text/TextDirectionHeuristics$AnyStrong;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final android.text.TextDirectionHeuristics$AnyStrong INSTANCE_LTR;
    descriptor: Landroid/text/TextDirectionHeuristics$AnyStrong;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 281
            new android.text.TextDirectionHeuristics$AnyStrong
            dup
            iconst_1
            invokespecial android.text.TextDirectionHeuristics$AnyStrong.<init>:(Z)V
            putstatic android.text.TextDirectionHeuristics$AnyStrong.INSTANCE_RTL:Landroid/text/TextDirectionHeuristics$AnyStrong;
         1: .line 282
            new android.text.TextDirectionHeuristics$AnyStrong
            dup
            iconst_0
            invokespecial android.text.TextDirectionHeuristics$AnyStrong.<init>:(Z)V
            putstatic android.text.TextDirectionHeuristics$AnyStrong.INSTANCE_LTR:Landroid/text/TextDirectionHeuristics$AnyStrong;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int checkRtl(java.lang.CharSequence, int, int);
    descriptor: (Ljava/lang/CharSequence;II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=9, args_size=4
        start local 0 // android.text.TextDirectionHeuristics$AnyStrong this
        start local 1 // java.lang.CharSequence cs
        start local 2 // int start
        start local 3 // int count
         0: .line 243
            iconst_0
            istore 4 /* haveUnlookedFor */
        start local 4 // boolean haveUnlookedFor
         1: .line 244
            iconst_0
            istore 5 /* openIsolateCount */
        start local 5 // int openIsolateCount
         2: .line 245
            iload 2 /* start */
            istore 7 /* i */
        start local 7 // int i
         3: iload 2 /* start */
            iload 3 /* count */
            iadd
            istore 8 /* end */
        start local 8 // int end
         4: goto 24
         5: .line 246
      StackMap locals: android.text.TextDirectionHeuristics$AnyStrong java.lang.CharSequence int int int int top int int
      StackMap stack:
            aload 1 /* cs */
            iload 7 /* i */
            invokestatic java.lang.Character.codePointAt:(Ljava/lang/CharSequence;I)I
            istore 6 /* cp */
        start local 6 // int cp
         6: .line 247
            sipush 8294
            iload 6 /* cp */
            if_icmpgt 9
            iload 6 /* cp */
            sipush 8296
            if_icmpgt 9
         7: .line 248
            iinc 5 /* openIsolateCount */ 1
         8: .line 249
            goto 22
      StackMap locals: android.text.TextDirectionHeuristics$AnyStrong java.lang.CharSequence int int int int int int int
      StackMap stack:
         9: iload 6 /* cp */
            sipush 8297
            if_icmpne 12
        10: .line 250
            iload 5 /* openIsolateCount */
            ifle 22
            iinc 5 /* openIsolateCount */ -1
        11: .line 251
            goto 22
      StackMap locals:
      StackMap stack:
        12: iload 5 /* openIsolateCount */
            ifne 22
        13: .line 253
            iload 6 /* cp */
            invokestatic android.text.TextDirectionHeuristics.isRtlCodePoint:(I)I
            tableswitch { // 0 - 1
                    0: 14
                    1: 18
              default: 22
          }
        14: .line 255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.text.TextDirectionHeuristics$AnyStrong.mLookForRtl:Z
            ifeq 16
        15: .line 256
            iconst_0
            ireturn
        16: .line 258
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* haveUnlookedFor */
        17: .line 259
            goto 22
        18: .line 261
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.text.TextDirectionHeuristics$AnyStrong.mLookForRtl:Z
            ifne 20
        19: .line 262
            iconst_1
            ireturn
        20: .line 264
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* haveUnlookedFor */
        21: .line 265
            goto 22
        22: .line 267
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
        23: .line 245
            iload 6 /* cp */
            invokestatic java.lang.Character.charCount:(I)I
            iadd
            istore 7 /* i */
        end local 6 // int cp
      StackMap locals: android.text.TextDirectionHeuristics$AnyStrong java.lang.CharSequence int int int int top int int
      StackMap stack:
        24: iload 7 /* i */
            iload 8 /* end */
            if_icmplt 5
        end local 8 // int end
        end local 7 // int i
        25: .line 271
            iload 4 /* haveUnlookedFor */
            ifeq 29
        26: .line 272
            aload 0 /* this */
            getfield android.text.TextDirectionHeuristics$AnyStrong.mLookForRtl:Z
            ifeq 27
            iconst_1
            goto 28
      StackMap locals: android.text.TextDirectionHeuristics$AnyStrong java.lang.CharSequence int int int int
      StackMap stack:
        27: iconst_0
      StackMap locals:
      StackMap stack: int
        28: ireturn
        29: .line 274
      StackMap locals:
      StackMap stack:
            iconst_2
            ireturn
        end local 5 // int openIsolateCount
        end local 4 // boolean haveUnlookedFor
        end local 3 // int count
        end local 2 // int start
        end local 1 // java.lang.CharSequence cs
        end local 0 // android.text.TextDirectionHeuristics$AnyStrong this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   30     0              this  Landroid/text/TextDirectionHeuristics$AnyStrong;
            0   30     1                cs  Ljava/lang/CharSequence;
            0   30     2             start  I
            0   30     3             count  I
            1   30     4   haveUnlookedFor  Z
            2   30     5  openIsolateCount  I
            6   24     6                cp  I
            3   25     7                 i  I
            4   25     8               end  I
    MethodParameters:
       Name  Flags
      cs     
      start  
      count  

  private void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.text.TextDirectionHeuristics$AnyStrong this
        start local 1 // boolean lookForRtl
         0: .line 277
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 278
            aload 0 /* this */
            iload 1 /* lookForRtl */
            putfield android.text.TextDirectionHeuristics$AnyStrong.mLookForRtl:Z
         2: .line 279
            return
        end local 1 // boolean lookForRtl
        end local 0 // android.text.TextDirectionHeuristics$AnyStrong this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Landroid/text/TextDirectionHeuristics$AnyStrong;
            0    3     1  lookForRtl  Z
    MethodParameters:
            Name  Flags
      lookForRtl  
}
SourceFile: "TextDirectionHeuristics.java"
NestHost: android.text.TextDirectionHeuristics
InnerClasses:
  private AnyStrong = android.text.TextDirectionHeuristics$AnyStrong of android.text.TextDirectionHeuristics
  private abstract TextDirectionAlgorithm = android.text.TextDirectionHeuristics$TextDirectionAlgorithm of android.text.TextDirectionHeuristics