class sun.util.locale.provider.RuleBasedBreakIterator extends java.text.BreakIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.util.locale.provider.RuleBasedBreakIterator
  super_class: java.text.BreakIterator
{
  protected static final byte IGNORE;
    descriptor: B
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  private static final short START_STATE;
    descriptor: S
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final short STOP_STATE;
    descriptor: S
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final byte[] LABEL;
    descriptor: [B
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final int LABEL_LENGTH;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final byte supportedVersion;
    descriptor: B
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int HEADER_LENGTH;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 36

  private static final int BMP_INDICES_LENGTH;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 512

  private sun.text.CompactByteArray charCategoryTable;
    descriptor: Lsun/text/CompactByteArray;
    flags: (0x0002) ACC_PRIVATE

  private sun.text.SupplementaryCharacterData supplementaryCharCategoryTable;
    descriptor: Lsun/text/SupplementaryCharacterData;
    flags: (0x0002) ACC_PRIVATE

  private short[] stateTable;
    descriptor: [S
    flags: (0x0002) ACC_PRIVATE

  private short[] backwardsStateTable;
    descriptor: [S
    flags: (0x0002) ACC_PRIVATE

  private boolean[] endStates;
    descriptor: [Z
    flags: (0x0002) ACC_PRIVATE

  private boolean[] lookaheadStates;
    descriptor: [Z
    flags: (0x0002) ACC_PRIVATE

  private byte[] additionalData;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private int numCategories;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.text.CharacterIterator text;
    descriptor: Ljava/text/CharacterIterator;
    flags: (0x0002) ACC_PRIVATE

  private long checksum;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private int cachedLastKnownBreak;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 239
            bipush 7
            newarray 8
            dup
            iconst_0
         1: .line 240
            bipush 66
            bastore
            dup
            iconst_1
            bipush 73
            bastore
            dup
            iconst_2
            bipush 100
            bastore
            dup
            iconst_3
            bipush 97
            bastore
            dup
            iconst_4
            bipush 116
            bastore
            dup
            iconst_5
            bipush 97
            bastore
         2: .line 239
            putstatic sun.util.locale.provider.RuleBasedBreakIterator.LABEL:[B
         3: .line 243
            getstatic sun.util.locale.provider.RuleBasedBreakIterator.LABEL:[B
            arraylength
            putstatic sun.util.locale.provider.RuleBasedBreakIterator.LABEL_LENGTH:I
         4: .line 258
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
        start local 1 // java.lang.String datafile
         0: .line 319
            aload 0 /* this */
            invokespecial java.text.BreakIterator.<init>:()V
         1: .line 263
            aload 0 /* this */
            aconst_null
            putfield sun.util.locale.provider.RuleBasedBreakIterator.charCategoryTable:Lsun/text/CompactByteArray;
         2: .line 264
            aload 0 /* this */
            aconst_null
            putfield sun.util.locale.provider.RuleBasedBreakIterator.supplementaryCharCategoryTable:Lsun/text/SupplementaryCharacterData;
         3: .line 269
            aload 0 /* this */
            aconst_null
            putfield sun.util.locale.provider.RuleBasedBreakIterator.stateTable:[S
         4: .line 275
            aload 0 /* this */
            aconst_null
            putfield sun.util.locale.provider.RuleBasedBreakIterator.backwardsStateTable:[S
         5: .line 281
            aload 0 /* this */
            aconst_null
            putfield sun.util.locale.provider.RuleBasedBreakIterator.endStates:[Z
         6: .line 287
            aload 0 /* this */
            aconst_null
            putfield sun.util.locale.provider.RuleBasedBreakIterator.lookaheadStates:[Z
         7: .line 293
            aload 0 /* this */
            aconst_null
            putfield sun.util.locale.provider.RuleBasedBreakIterator.additionalData:[B
         8: .line 304
            aload 0 /* this */
            aconst_null
            putfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
         9: .line 631
            aload 0 /* this */
            iconst_m1
            putfield sun.util.locale.provider.RuleBasedBreakIterator.cachedLastKnownBreak:I
        10: .line 321
            aload 0 /* this */
            aload 1 /* datafile */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.readTables:(Ljava/lang/String;)V
        11: .line 322
            return
        end local 1 // java.lang.String datafile
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lsun/util/locale/provider/RuleBasedBreakIterator;
            0   12     1  datafile  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException, java.util.MissingResourceException
    MethodParameters:
          Name  Flags
      datafile  

  protected final void readTables(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=15, args_size=2
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
        start local 1 // java.lang.String datafile
         0: .line 375
            aload 0 /* this */
            aload 1 /* datafile */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.readFile:(Ljava/lang/String;)[B
            astore 2 /* buffer */
        start local 2 // byte[] buffer
         1: .line 378
            aload 2 /* buffer */
            iconst_0
            invokestatic sun.util.locale.provider.RuleBasedBreakIterator.getInt:([BI)I
            istore 3 /* stateTableLength */
        start local 3 // int stateTableLength
         2: .line 379
            aload 2 /* buffer */
            iconst_4
            invokestatic sun.util.locale.provider.RuleBasedBreakIterator.getInt:([BI)I
            istore 4 /* backwardsStateTableLength */
        start local 4 // int backwardsStateTableLength
         3: .line 380
            aload 2 /* buffer */
            bipush 8
            invokestatic sun.util.locale.provider.RuleBasedBreakIterator.getInt:([BI)I
            istore 5 /* endStatesLength */
        start local 5 // int endStatesLength
         4: .line 381
            aload 2 /* buffer */
            bipush 12
            invokestatic sun.util.locale.provider.RuleBasedBreakIterator.getInt:([BI)I
            istore 6 /* lookaheadStatesLength */
        start local 6 // int lookaheadStatesLength
         5: .line 382
            aload 2 /* buffer */
            bipush 16
            invokestatic sun.util.locale.provider.RuleBasedBreakIterator.getInt:([BI)I
            istore 7 /* BMPdataLength */
        start local 7 // int BMPdataLength
         6: .line 383
            aload 2 /* buffer */
            bipush 20
            invokestatic sun.util.locale.provider.RuleBasedBreakIterator.getInt:([BI)I
            istore 8 /* nonBMPdataLength */
        start local 8 // int nonBMPdataLength
         7: .line 384
            aload 2 /* buffer */
            bipush 24
            invokestatic sun.util.locale.provider.RuleBasedBreakIterator.getInt:([BI)I
            istore 9 /* additionalDataLength */
        start local 9 // int additionalDataLength
         8: .line 385
            aload 0 /* this */
            aload 2 /* buffer */
            bipush 28
            invokestatic sun.util.locale.provider.RuleBasedBreakIterator.getLong:([BI)J
            putfield sun.util.locale.provider.RuleBasedBreakIterator.checksum:J
         9: .line 388
            aload 0 /* this */
            iload 3 /* stateTableLength */
            newarray 9
            putfield sun.util.locale.provider.RuleBasedBreakIterator.stateTable:[S
        10: .line 389
            bipush 36
            istore 10 /* offset */
        start local 10 // int offset
        11: .line 390
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        12: goto 15
        13: .line 391
      StackMap locals: sun.util.locale.provider.RuleBasedBreakIterator java.lang.String byte[] int int int int int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.stateTable:[S
            iload 11 /* i */
            aload 2 /* buffer */
            iload 10 /* offset */
            invokestatic sun.util.locale.provider.RuleBasedBreakIterator.getShort:([BI)S
            sastore
        14: .line 390
            iinc 11 /* i */ 1
            iinc 10 /* offset */ 2
      StackMap locals:
      StackMap stack:
        15: iload 11 /* i */
            iload 3 /* stateTableLength */
            if_icmplt 13
        end local 11 // int i
        16: .line 395
            aload 0 /* this */
            iload 4 /* backwardsStateTableLength */
            newarray 9
            putfield sun.util.locale.provider.RuleBasedBreakIterator.backwardsStateTable:[S
        17: .line 396
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        18: goto 21
        19: .line 397
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.backwardsStateTable:[S
            iload 11 /* i */
            aload 2 /* buffer */
            iload 10 /* offset */
            invokestatic sun.util.locale.provider.RuleBasedBreakIterator.getShort:([BI)S
            sastore
        20: .line 396
            iinc 11 /* i */ 1
            iinc 10 /* offset */ 2
      StackMap locals:
      StackMap stack:
        21: iload 11 /* i */
            iload 4 /* backwardsStateTableLength */
            if_icmplt 19
        end local 11 // int i
        22: .line 401
            aload 0 /* this */
            iload 5 /* endStatesLength */
            newarray 4
            putfield sun.util.locale.provider.RuleBasedBreakIterator.endStates:[Z
        23: .line 402
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        24: goto 29
        25: .line 403
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.endStates:[Z
            iload 11 /* i */
            aload 2 /* buffer */
            iload 10 /* offset */
            baload
            iconst_1
            if_icmpne 26
            iconst_1
            goto 27
      StackMap locals: sun.util.locale.provider.RuleBasedBreakIterator java.lang.String byte[] int int int int int int int int int
      StackMap stack: boolean[] int
        26: iconst_0
      StackMap locals: sun.util.locale.provider.RuleBasedBreakIterator java.lang.String byte[] int int int int int int int int int
      StackMap stack: boolean[] int int
        27: bastore
        28: .line 402
            iinc 11 /* i */ 1
            iinc 10 /* offset */ 1
      StackMap locals:
      StackMap stack:
        29: iload 11 /* i */
            iload 5 /* endStatesLength */
            if_icmplt 25
        end local 11 // int i
        30: .line 407
            aload 0 /* this */
            iload 6 /* lookaheadStatesLength */
            newarray 4
            putfield sun.util.locale.provider.RuleBasedBreakIterator.lookaheadStates:[Z
        31: .line 408
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        32: goto 37
        33: .line 409
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.lookaheadStates:[Z
            iload 11 /* i */
            aload 2 /* buffer */
            iload 10 /* offset */
            baload
            iconst_1
            if_icmpne 34
            iconst_1
            goto 35
      StackMap locals: sun.util.locale.provider.RuleBasedBreakIterator java.lang.String byte[] int int int int int int int int int
      StackMap stack: boolean[] int
        34: iconst_0
      StackMap locals: sun.util.locale.provider.RuleBasedBreakIterator java.lang.String byte[] int int int int int int int int int
      StackMap stack: boolean[] int int
        35: bastore
        36: .line 408
            iinc 11 /* i */ 1
            iinc 10 /* offset */ 1
      StackMap locals:
      StackMap stack:
        37: iload 11 /* i */
            iload 6 /* lookaheadStatesLength */
            if_icmplt 33
        end local 11 // int i
        38: .line 413
            sipush 512
            newarray 9
            astore 11 /* temp1 */
        start local 11 // short[] temp1
        39: .line 414
            iconst_0
            istore 12 /* i */
        start local 12 // int i
        40: goto 43
        41: .line 415
      StackMap locals: sun.util.locale.provider.RuleBasedBreakIterator java.lang.String byte[] int int int int int int int int short[] int
      StackMap stack:
            aload 11 /* temp1 */
            iload 12 /* i */
            aload 2 /* buffer */
            iload 10 /* offset */
            invokestatic sun.util.locale.provider.RuleBasedBreakIterator.getShort:([BI)S
            sastore
        42: .line 414
            iinc 12 /* i */ 1
            iinc 10 /* offset */ 2
      StackMap locals:
      StackMap stack:
        43: iload 12 /* i */
            sipush 512
            if_icmplt 41
        end local 12 // int i
        44: .line 417
            iload 7 /* BMPdataLength */
            newarray 8
            astore 12 /* temp2 */
        start local 12 // byte[] temp2
        45: .line 418
            aload 2 /* buffer */
            iload 10 /* offset */
            aload 12 /* temp2 */
            iconst_0
            iload 7 /* BMPdataLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        46: .line 419
            iload 10 /* offset */
            iload 7 /* BMPdataLength */
            iadd
            istore 10 /* offset */
        47: .line 420
            aload 0 /* this */
            new sun.text.CompactByteArray
            dup
            aload 11 /* temp1 */
            aload 12 /* temp2 */
            invokespecial sun.text.CompactByteArray.<init>:([S[B)V
            putfield sun.util.locale.provider.RuleBasedBreakIterator.charCategoryTable:Lsun/text/CompactByteArray;
        48: .line 423
            iload 8 /* nonBMPdataLength */
            newarray 10
            astore 13 /* temp3 */
        start local 13 // int[] temp3
        49: .line 424
            iconst_0
            istore 14 /* i */
        start local 14 // int i
        50: goto 53
        51: .line 425
      StackMap locals: sun.util.locale.provider.RuleBasedBreakIterator java.lang.String byte[] int int int int int int int int short[] byte[] int[] int
      StackMap stack:
            aload 13 /* temp3 */
            iload 14 /* i */
            aload 2 /* buffer */
            iload 10 /* offset */
            invokestatic sun.util.locale.provider.RuleBasedBreakIterator.getInt:([BI)I
            iastore
        52: .line 424
            iinc 14 /* i */ 1
            iinc 10 /* offset */ 4
      StackMap locals:
      StackMap stack:
        53: iload 14 /* i */
            iload 8 /* nonBMPdataLength */
            if_icmplt 51
        end local 14 // int i
        54: .line 427
            aload 0 /* this */
            new sun.text.SupplementaryCharacterData
            dup
            aload 13 /* temp3 */
            invokespecial sun.text.SupplementaryCharacterData.<init>:([I)V
            putfield sun.util.locale.provider.RuleBasedBreakIterator.supplementaryCharCategoryTable:Lsun/text/SupplementaryCharacterData;
        55: .line 430
            iload 9 /* additionalDataLength */
            ifle 58
        56: .line 431
            aload 0 /* this */
            iload 9 /* additionalDataLength */
            newarray 8
            putfield sun.util.locale.provider.RuleBasedBreakIterator.additionalData:[B
        57: .line 432
            aload 2 /* buffer */
            iload 10 /* offset */
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.additionalData:[B
            iconst_0
            iload 9 /* additionalDataLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        58: .line 436
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.stateTable:[S
            arraylength
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.endStates:[Z
            arraylength
            idiv
            putfield sun.util.locale.provider.RuleBasedBreakIterator.numCategories:I
        59: .line 437
            return
        end local 13 // int[] temp3
        end local 12 // byte[] temp2
        end local 11 // short[] temp1
        end local 10 // int offset
        end local 9 // int additionalDataLength
        end local 8 // int nonBMPdataLength
        end local 7 // int BMPdataLength
        end local 6 // int lookaheadStatesLength
        end local 5 // int endStatesLength
        end local 4 // int backwardsStateTableLength
        end local 3 // int stateTableLength
        end local 2 // byte[] buffer
        end local 1 // java.lang.String datafile
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   60     0                       this  Lsun/util/locale/provider/RuleBasedBreakIterator;
            0   60     1                   datafile  Ljava/lang/String;
            1   60     2                     buffer  [B
            2   60     3           stateTableLength  I
            3   60     4  backwardsStateTableLength  I
            4   60     5            endStatesLength  I
            5   60     6      lookaheadStatesLength  I
            6   60     7              BMPdataLength  I
            7   60     8           nonBMPdataLength  I
            8   60     9       additionalDataLength  I
           11   60    10                     offset  I
           12   16    11                          i  I
           18   22    11                          i  I
           24   30    11                          i  I
           32   38    11                          i  I
           39   60    11                      temp1  [S
           40   44    12                          i  I
           45   60    12                      temp2  [B
           49   60    13                      temp3  [I
           50   54    14                          i  I
    Exceptions:
      throws java.io.IOException, java.util.MissingResourceException
    MethodParameters:
          Name  Flags
      datafile  

  protected byte[] readFile(java.lang.String);
    descriptor: (Ljava/lang/String;)[B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
        start local 1 // java.lang.String datafile
         0: .line 445
            new sun.util.locale.provider.RuleBasedBreakIterator$1
            dup
            aload 0 /* this */
            aload 1 /* datafile */
            invokespecial sun.util.locale.provider.RuleBasedBreakIterator$1.<init>:(Lsun/util/locale/provider/RuleBasedBreakIterator;Ljava/lang/String;)V
         1: .line 444
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedExceptionAction;)Ljava/lang/Object;
            checkcast java.io.BufferedInputStream
            astore 2 /* is */
        start local 2 // java.io.BufferedInputStream is
         2: .line 452
            goto 5
        end local 2 // java.io.BufferedInputStream is
         3: .line 453
      StackMap locals:
      StackMap stack: java.security.PrivilegedActionException
            astore 3 /* e */
        start local 3 // java.security.PrivilegedActionException e
         4: .line 454
            new java.lang.InternalError
            dup
            aload 3 /* e */
            invokevirtual java.security.PrivilegedActionException.toString:()Ljava/lang/String;
            aload 3 /* e */
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.security.PrivilegedActionException e
        start local 2 // java.io.BufferedInputStream is
         5: .line 457
      StackMap locals: java.io.BufferedInputStream
      StackMap stack:
            iconst_0
            istore 3 /* offset */
        start local 3 // int offset
         6: .line 460
            getstatic sun.util.locale.provider.RuleBasedBreakIterator.LABEL_LENGTH:I
            iconst_5
            iadd
            istore 4 /* len */
        start local 4 // int len
         7: .line 461
            iload 4 /* len */
            newarray 8
            astore 5 /* buf */
        start local 5 // byte[] buf
         8: .line 462
            aload 2 /* is */
            aload 5 /* buf */
            invokevirtual java.io.BufferedInputStream.read:([B)I
            iload 4 /* len */
            if_icmpeq 12
         9: .line 463
            new java.util.MissingResourceException
            dup
            ldc "Wrong header length"
        10: .line 464
            aload 1 /* datafile */
            ldc ""
        11: .line 463
            invokespecial java.util.MissingResourceException.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            athrow
        12: .line 468
      StackMap locals: int int byte[]
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        13: goto 19
        14: .line 469
      StackMap locals: int
      StackMap stack:
            aload 5 /* buf */
            iload 3 /* offset */
            baload
            getstatic sun.util.locale.provider.RuleBasedBreakIterator.LABEL:[B
            iload 3 /* offset */
            baload
            if_icmpeq 18
        15: .line 470
            new java.util.MissingResourceException
            dup
            ldc "Wrong magic number"
        16: .line 471
            aload 1 /* datafile */
            ldc ""
        17: .line 470
            invokespecial java.util.MissingResourceException.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            athrow
        18: .line 468
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
            iinc 3 /* offset */ 1
      StackMap locals:
      StackMap stack:
        19: iload 6 /* i */
            getstatic sun.util.locale.provider.RuleBasedBreakIterator.LABEL_LENGTH:I
            if_icmplt 14
        end local 6 // int i
        20: .line 476
            aload 5 /* buf */
            iload 3 /* offset */
            baload
            iconst_1
            if_icmpeq 24
        21: .line 477
            new java.util.MissingResourceException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unsupported version("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* buf */
            iload 3 /* offset */
            baload
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        22: .line 478
            aload 1 /* datafile */
            ldc ""
        23: .line 477
            invokespecial java.util.MissingResourceException.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            athrow
        24: .line 482
      StackMap locals:
      StackMap stack:
            aload 5 /* buf */
            iinc 3 /* offset */ 1
            iload 3 /* offset */
            invokestatic sun.util.locale.provider.RuleBasedBreakIterator.getInt:([BI)I
            istore 4 /* len */
        25: .line 483
            iload 4 /* len */
            newarray 8
            astore 5 /* buf */
        26: .line 484
            aload 2 /* is */
            aload 5 /* buf */
            invokevirtual java.io.BufferedInputStream.read:([B)I
            iload 4 /* len */
            if_icmpeq 30
        27: .line 485
            new java.util.MissingResourceException
            dup
            ldc "Wrong data length"
        28: .line 486
            aload 1 /* datafile */
            ldc ""
        29: .line 485
            invokespecial java.util.MissingResourceException.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            athrow
        30: .line 489
      StackMap locals:
      StackMap stack:
            aload 2 /* is */
            invokevirtual java.io.BufferedInputStream.close:()V
        31: .line 491
            aload 5 /* buf */
            areturn
        end local 5 // byte[] buf
        end local 4 // int len
        end local 3 // int offset
        end local 2 // java.io.BufferedInputStream is
        end local 1 // java.lang.String datafile
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   32     0      this  Lsun/util/locale/provider/RuleBasedBreakIterator;
            0   32     1  datafile  Ljava/lang/String;
            2    3     2        is  Ljava/io/BufferedInputStream;
            5   32     2        is  Ljava/io/BufferedInputStream;
            4    5     3         e  Ljava/security/PrivilegedActionException;
            6   32     3    offset  I
            7   32     4       len  I
            8   32     5       buf  [B
           13   20     6         i  I
      Exception table:
        from    to  target  type
           0     2       3  Class java.security.PrivilegedActionException
    Exceptions:
      throws java.io.IOException, java.util.MissingResourceException
    MethodParameters:
          Name  Flags
      datafile  final

  byte[] getAdditionalData();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
         0: .line 495
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.additionalData:[B
            areturn
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/util/locale/provider/RuleBasedBreakIterator;

  void setAdditionalData(byte[]);
    descriptor: ([B)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
        start local 1 // byte[] b
         0: .line 499
            aload 0 /* this */
            aload 1 /* b */
            putfield sun.util.locale.provider.RuleBasedBreakIterator.additionalData:[B
         1: .line 500
            return
        end local 1 // byte[] b
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/util/locale/provider/RuleBasedBreakIterator;
            0    2     1     b  [B
    MethodParameters:
      Name  Flags
      b     

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
         0: .line 512
            aload 0 /* this */
            invokespecial java.text.BreakIterator.clone:()Ljava/lang/Object;
            checkcast sun.util.locale.provider.RuleBasedBreakIterator
            astore 1 /* result */
        start local 1 // sun.util.locale.provider.RuleBasedBreakIterator result
         1: .line 513
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            ifnull 3
         2: .line 514
            aload 1 /* result */
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.clone:()Ljava/lang/Object;
            checkcast java.text.CharacterIterator
            putfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
         3: .line 516
      StackMap locals: sun.util.locale.provider.RuleBasedBreakIterator
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 1 // sun.util.locale.provider.RuleBasedBreakIterator result
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lsun/util/locale/provider/RuleBasedBreakIterator;
            1    4     1  result  Lsun/util/locale/provider/RuleBasedBreakIterator;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
        start local 1 // java.lang.Object that
         0: .line 526
            aload 1 /* that */
            ifnonnull 2
         1: .line 527
            iconst_0
            ireturn
         2: .line 530
      StackMap locals:
      StackMap stack:
            aload 1 /* that */
            checkcast sun.util.locale.provider.RuleBasedBreakIterator
            astore 2 /* other */
        start local 2 // sun.util.locale.provider.RuleBasedBreakIterator other
         3: .line 531
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.checksum:J
            aload 2 /* other */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.checksum:J
            lcmp
            ifeq 5
         4: .line 532
            iconst_0
            ireturn
         5: .line 534
      StackMap locals: sun.util.locale.provider.RuleBasedBreakIterator
      StackMap stack:
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            ifnonnull 9
         6: .line 535
            aload 2 /* other */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            ifnonnull 7
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_0
         8: ireturn
         9: .line 537
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            aload 2 /* other */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
        10: ireturn
        end local 2 // sun.util.locale.provider.RuleBasedBreakIterator other
        11: .line 540
      StackMap locals: sun.util.locale.provider.RuleBasedBreakIterator java.lang.Object
      StackMap stack: java.lang.ClassCastException
            pop
        12: .line 541
            iconst_0
            ireturn
        end local 1 // java.lang.Object that
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lsun/util/locale/provider/RuleBasedBreakIterator;
            0   13     1   that  Ljava/lang/Object;
            3   11     2  other  Lsun/util/locale/provider/RuleBasedBreakIterator;
      Exception table:
        from    to  target  type
           0     1      11  Class java.lang.ClassCastException
           2     4      11  Class java.lang.ClassCastException
           5     8      11  Class java.lang.ClassCastException
           9    10      11  Class java.lang.ClassCastException
    MethodParameters:
      Name  Flags
      that  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
         0: .line 550
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 551
            aload 1 /* sb */
            bipush 91
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         2: .line 552
            aload 1 /* sb */
            ldc "checksum=0x"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         3: .line 553
            aload 1 /* sb */
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.checksum:J
            invokestatic java.lang.Long.toHexString:(J)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         4: .line 554
            aload 1 /* sb */
            bipush 93
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         5: .line 555
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder sb
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/util/locale/provider/RuleBasedBreakIterator;
            1    6     1    sb  Ljava/lang/StringBuilder;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
         0: .line 564
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.checksum:J
            l2i
            ireturn
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/util/locale/provider/RuleBasedBreakIterator;

  public int first();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
         0: .line 578
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.getText:()Ljava/text/CharacterIterator;
            astore 1 /* t */
        start local 1 // java.text.CharacterIterator t
         1: .line 580
            aload 1 /* t */
            invokeinterface java.text.CharacterIterator.first:()C
            pop
         2: .line 581
            aload 1 /* t */
            invokeinterface java.text.CharacterIterator.getIndex:()I
            ireturn
        end local 1 // java.text.CharacterIterator t
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/util/locale/provider/RuleBasedBreakIterator;
            1    3     1     t  Ljava/text/CharacterIterator;

  public int last();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
         0: .line 591
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.getText:()Ljava/text/CharacterIterator;
            astore 1 /* t */
        start local 1 // java.text.CharacterIterator t
         1: .line 595
            aload 1 /* t */
            aload 1 /* t */
            invokeinterface java.text.CharacterIterator.getEndIndex:()I
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            pop
         2: .line 596
            aload 1 /* t */
            invokeinterface java.text.CharacterIterator.getIndex:()I
            ireturn
        end local 1 // java.text.CharacterIterator t
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/util/locale/provider/RuleBasedBreakIterator;
            1    3     1     t  Ljava/text/CharacterIterator;

  public int next(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
        start local 1 // int n
         0: .line 610
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.current:()I
            istore 2 /* result */
        start local 2 // int result
         1: .line 611
            goto 4
         2: .line 612
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.handleNext:()I
            istore 2 /* result */
         3: .line 613
            iinc 1 /* n */ -1
         4: .line 611
      StackMap locals:
      StackMap stack:
            iload 1 /* n */
            ifgt 2
         5: .line 615
            goto 8
         6: .line 616
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.previous:()I
            istore 2 /* result */
         7: .line 617
            iinc 1 /* n */ 1
         8: .line 615
      StackMap locals:
      StackMap stack:
            iload 1 /* n */
            iflt 6
         9: .line 619
            iload 2 /* result */
            ireturn
        end local 2 // int result
        end local 1 // int n
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lsun/util/locale/provider/RuleBasedBreakIterator;
            0   10     1       n  I
            1   10     2  result  I
    MethodParameters:
      Name  Flags
      n     

  public int next();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
         0: .line 628
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.handleNext:()I
            ireturn
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/util/locale/provider/RuleBasedBreakIterator;

  public int previous();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
         0: .line 640
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.getText:()Ljava/text/CharacterIterator;
            astore 1 /* text */
        start local 1 // java.text.CharacterIterator text
         1: .line 641
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.current:()I
            aload 1 /* text */
            invokeinterface java.text.CharacterIterator.getBeginIndex:()I
            if_icmpne 3
         2: .line 642
            iconst_m1
            ireturn
         3: .line 650
      StackMap locals: java.text.CharacterIterator
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.current:()I
            istore 2 /* start */
        start local 2 // int start
         4: .line 651
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.cachedLastKnownBreak:I
            istore 3 /* lastResult */
        start local 3 // int lastResult
         5: .line 652
            iload 3 /* lastResult */
            iload 2 /* start */
            if_icmpge 6
            iload 3 /* lastResult */
            iconst_m1
            if_icmpgt 9
         6: .line 653
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.getPrevious:()I
            pop
         7: .line 654
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.handlePrevious:()I
            istore 3 /* lastResult */
         8: .line 655
            goto 10
         9: .line 659
      StackMap locals:
      StackMap stack:
            aload 1 /* text */
            iload 3 /* lastResult */
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            pop
        10: .line 661
      StackMap locals:
      StackMap stack:
            iload 3 /* lastResult */
            istore 4 /* result */
        start local 4 // int result
        11: .line 666
            goto 14
        12: .line 667
      StackMap locals: int
      StackMap stack:
            iload 4 /* result */
            istore 3 /* lastResult */
        13: .line 668
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.handleNext:()I
            istore 4 /* result */
        14: .line 666
      StackMap locals:
      StackMap stack:
            iload 4 /* result */
            iconst_m1
            if_icmpeq 15
            iload 4 /* result */
            iload 2 /* start */
            if_icmplt 12
        15: .line 673
      StackMap locals:
      StackMap stack:
            aload 1 /* text */
            iload 3 /* lastResult */
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            pop
        16: .line 674
            aload 0 /* this */
            iload 3 /* lastResult */
            putfield sun.util.locale.provider.RuleBasedBreakIterator.cachedLastKnownBreak:I
        17: .line 675
            iload 3 /* lastResult */
            ireturn
        end local 4 // int result
        end local 3 // int lastResult
        end local 2 // int start
        end local 1 // java.text.CharacterIterator text
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   18     0        this  Lsun/util/locale/provider/RuleBasedBreakIterator;
            1   18     1        text  Ljava/text/CharacterIterator;
            4   18     2       start  I
            5   18     3  lastResult  I
           11   18     4      result  I

  private int getPrevious();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
         0: .line 682
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.previous:()C
            istore 1 /* c2 */
        start local 1 // char c2
         1: .line 683
            iload 1 /* c2 */
            invokestatic java.lang.Character.isLowSurrogate:(C)Z
            ifeq 7
         2: .line 684
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getIndex:()I
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getBeginIndex:()I
            if_icmple 7
         3: .line 685
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.previous:()C
            istore 2 /* c1 */
        start local 2 // char c1
         4: .line 686
            iload 2 /* c1 */
            invokestatic java.lang.Character.isHighSurrogate:(C)Z
            ifeq 6
         5: .line 687
            iload 2 /* c1 */
            iload 1 /* c2 */
            invokestatic java.lang.Character.toCodePoint:(CC)I
            ireturn
         6: .line 689
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.next:()C
            pop
        end local 2 // char c1
         7: .line 692
      StackMap locals:
      StackMap stack:
            iload 1 /* c2 */
            ireturn
        end local 1 // char c2
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/util/locale/provider/RuleBasedBreakIterator;
            1    8     1    c2  C
            4    7     2    c1  C

  int getCurrent();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
         0: .line 699
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.current:()C
            istore 1 /* c1 */
        start local 1 // char c1
         1: .line 700
            iload 1 /* c1 */
            invokestatic java.lang.Character.isHighSurrogate:(C)Z
            ifeq 7
         2: .line 701
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getIndex:()I
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getEndIndex:()I
            if_icmpge 7
         3: .line 702
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.next:()C
            istore 2 /* c2 */
        start local 2 // char c2
         4: .line 703
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.previous:()C
            pop
         5: .line 704
            iload 2 /* c2 */
            invokestatic java.lang.Character.isLowSurrogate:(C)Z
            ifeq 7
         6: .line 705
            iload 1 /* c1 */
            iload 2 /* c2 */
            invokestatic java.lang.Character.toCodePoint:(CC)I
            ireturn
        end local 2 // char c2
         7: .line 708
      StackMap locals: int
      StackMap stack:
            iload 1 /* c1 */
            ireturn
        end local 1 // char c1
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/util/locale/provider/RuleBasedBreakIterator;
            1    8     1    c1  C
            4    7     2    c2  C

  private int getCurrentCodePointCount();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
         0: .line 715
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.current:()C
            istore 1 /* c1 */
        start local 1 // char c1
         1: .line 716
            iload 1 /* c1 */
            invokestatic java.lang.Character.isHighSurrogate:(C)Z
            ifeq 7
         2: .line 717
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getIndex:()I
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getEndIndex:()I
            if_icmpge 7
         3: .line 718
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.next:()C
            istore 2 /* c2 */
        start local 2 // char c2
         4: .line 719
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.previous:()C
            pop
         5: .line 720
            iload 2 /* c2 */
            invokestatic java.lang.Character.isLowSurrogate:(C)Z
            ifeq 7
         6: .line 721
            iconst_2
            ireturn
        end local 2 // char c2
         7: .line 724
      StackMap locals: int
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // char c1
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/util/locale/provider/RuleBasedBreakIterator;
            1    8     1    c1  C
            4    7     2    c2  C

  int getNext();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
         0: .line 731
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getIndex:()I
            istore 1 /* index */
        start local 1 // int index
         1: .line 732
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getEndIndex:()I
            istore 2 /* endIndex */
        start local 2 // int endIndex
         2: .line 733
            iload 1 /* index */
            iload 2 /* endIndex */
            if_icmpeq 4
         3: .line 734
            iload 1 /* index */
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.getCurrentCodePointCount:()I
            iadd
            dup
            istore 1 /* index */
            iload 2 /* endIndex */
            if_icmplt 5
         4: .line 735
      StackMap locals: int int
      StackMap stack:
            ldc 65535
            ireturn
         5: .line 737
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            iload 1 /* index */
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            pop
         6: .line 738
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.getCurrent:()I
            ireturn
        end local 2 // int endIndex
        end local 1 // int index
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lsun/util/locale/provider/RuleBasedBreakIterator;
            1    7     1     index  I
            2    7     2  endIndex  I

  private int getNextIndex();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
         0: .line 745
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getIndex:()I
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.getCurrentCodePointCount:()I
            iadd
            istore 1 /* index */
        start local 1 // int index
         1: .line 746
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getEndIndex:()I
            istore 2 /* endIndex */
        start local 2 // int endIndex
         2: .line 747
            iload 1 /* index */
            iload 2 /* endIndex */
            if_icmple 4
         3: .line 748
            iload 2 /* endIndex */
            ireturn
         4: .line 750
      StackMap locals: int int
      StackMap stack:
            iload 1 /* index */
            ireturn
        end local 2 // int endIndex
        end local 1 // int index
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lsun/util/locale/provider/RuleBasedBreakIterator;
            1    5     1     index  I
            2    5     2  endIndex  I

  protected static final void checkOffset(int, java.text.CharacterIterator);
    descriptor: (ILjava/text/CharacterIterator;)V
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // int offset
        start local 1 // java.text.CharacterIterator text
         0: .line 758
            iload 0 /* offset */
            aload 1 /* text */
            invokeinterface java.text.CharacterIterator.getBeginIndex:()I
            if_icmplt 1
            iload 0 /* offset */
            aload 1 /* text */
            invokeinterface java.text.CharacterIterator.getEndIndex:()I
            if_icmple 2
         1: .line 759
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "offset out of bounds"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 761
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.text.CharacterIterator text
        end local 0 // int offset
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0  offset  I
            0    3     1    text  Ljava/text/CharacterIterator;
    MethodParameters:
        Name  Flags
      offset  
      text    

  public int following(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
        start local 1 // int offset
         0: .line 772
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.getText:()Ljava/text/CharacterIterator;
            astore 2 /* text */
        start local 2 // java.text.CharacterIterator text
         1: .line 773
            iload 1 /* offset */
            aload 2 /* text */
            invokestatic sun.util.locale.provider.RuleBasedBreakIterator.checkOffset:(ILjava/text/CharacterIterator;)V
         2: .line 778
            aload 2 /* text */
            iload 1 /* offset */
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            pop
         3: .line 779
            iload 1 /* offset */
            aload 2 /* text */
            invokeinterface java.text.CharacterIterator.getBeginIndex:()I
            if_icmpne 6
         4: .line 780
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.handleNext:()I
            putfield sun.util.locale.provider.RuleBasedBreakIterator.cachedLastKnownBreak:I
         5: .line 781
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.cachedLastKnownBreak:I
            ireturn
         6: .line 791
      StackMap locals: java.text.CharacterIterator
      StackMap stack:
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.cachedLastKnownBreak:I
            istore 3 /* result */
        start local 3 // int result
         7: .line 792
            iload 3 /* result */
            iload 1 /* offset */
            if_icmpge 8
            iload 3 /* result */
            iconst_m1
            if_icmpgt 10
         8: .line 793
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.handlePrevious:()I
            istore 3 /* result */
         9: .line 794
            goto 13
        10: .line 798
      StackMap locals:
      StackMap stack:
            aload 2 /* text */
            iload 3 /* result */
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            pop
        11: .line 800
            goto 13
        12: .line 801
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.handleNext:()I
            istore 3 /* result */
        13: .line 800
      StackMap locals:
      StackMap stack:
            iload 3 /* result */
            iconst_m1
            if_icmpeq 14
            iload 3 /* result */
            iload 1 /* offset */
            if_icmple 12
        14: .line 803
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* result */
            putfield sun.util.locale.provider.RuleBasedBreakIterator.cachedLastKnownBreak:I
        15: .line 804
            iload 3 /* result */
            ireturn
        end local 3 // int result
        end local 2 // java.text.CharacterIterator text
        end local 1 // int offset
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lsun/util/locale/provider/RuleBasedBreakIterator;
            0   16     1  offset  I
            1   16     2    text  Ljava/text/CharacterIterator;
            7   16     3  result  I
    MethodParameters:
        Name  Flags
      offset  

  public int preceding(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
        start local 1 // int offset
         0: .line 818
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.getText:()Ljava/text/CharacterIterator;
            astore 2 /* text */
        start local 2 // java.text.CharacterIterator text
         1: .line 819
            iload 1 /* offset */
            aload 2 /* text */
            invokestatic sun.util.locale.provider.RuleBasedBreakIterator.checkOffset:(ILjava/text/CharacterIterator;)V
         2: .line 820
            aload 2 /* text */
            iload 1 /* offset */
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            pop
         3: .line 821
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.previous:()I
            ireturn
        end local 2 // java.text.CharacterIterator text
        end local 1 // int offset
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lsun/util/locale/provider/RuleBasedBreakIterator;
            0    4     1  offset  I
            1    4     2    text  Ljava/text/CharacterIterator;
    MethodParameters:
        Name  Flags
      offset  

  public boolean isBoundary(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
        start local 1 // int offset
         0: .line 833
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.getText:()Ljava/text/CharacterIterator;
            astore 2 /* text */
        start local 2 // java.text.CharacterIterator text
         1: .line 834
            iload 1 /* offset */
            aload 2 /* text */
            invokestatic sun.util.locale.provider.RuleBasedBreakIterator.checkOffset:(ILjava/text/CharacterIterator;)V
         2: .line 835
            iload 1 /* offset */
            aload 2 /* text */
            invokeinterface java.text.CharacterIterator.getBeginIndex:()I
            if_icmpne 4
         3: .line 836
            iconst_1
            ireturn
         4: .line 843
      StackMap locals: java.text.CharacterIterator
      StackMap stack:
            aload 0 /* this */
            iload 1 /* offset */
            iconst_1
            isub
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.following:(I)I
            iload 1 /* offset */
            if_icmpne 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 2 // java.text.CharacterIterator text
        end local 1 // int offset
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lsun/util/locale/provider/RuleBasedBreakIterator;
            0    6     1  offset  I
            1    6     2    text  Ljava/text/CharacterIterator;
    MethodParameters:
        Name  Flags
      offset  

  public int current();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
         0: .line 853
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.getText:()Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.getIndex:()I
            ireturn
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/util/locale/provider/RuleBasedBreakIterator;

  public java.text.CharacterIterator getText();
    descriptor: ()Ljava/text/CharacterIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
         0: .line 868
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            ifnonnull 2
         1: .line 869
            aload 0 /* this */
            new java.text.StringCharacterIterator
            dup
            ldc ""
            invokespecial java.text.StringCharacterIterator.<init>:(Ljava/lang/String;)V
            putfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
         2: .line 871
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            areturn
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/util/locale/provider/RuleBasedBreakIterator;

  public void setText(java.text.CharacterIterator);
    descriptor: (Ljava/text/CharacterIterator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
        start local 1 // java.text.CharacterIterator newText
         0: .line 886
            aload 1 /* newText */
            invokeinterface java.text.CharacterIterator.getEndIndex:()I
            istore 2 /* end */
        start local 2 // int end
         1: .line 889
            aload 1 /* newText */
            iload 2 /* end */
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            pop
         2: .line 890
            aload 1 /* newText */
            invokeinterface java.text.CharacterIterator.getIndex:()I
            iload 2 /* end */
            if_icmpne 3
            iconst_1
            goto 4
      StackMap locals: int
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 3 /* goodIterator */
        start local 3 // boolean goodIterator
         5: .line 891
            goto 8
        end local 3 // boolean goodIterator
         6: .line 892
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
            pop
         7: .line 893
            iconst_0
            istore 3 /* goodIterator */
        start local 3 // boolean goodIterator
         8: .line 896
      StackMap locals: int
      StackMap stack:
            iload 3 /* goodIterator */
            ifeq 11
         9: .line 897
            aload 0 /* this */
            aload 1 /* newText */
            putfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
        10: .line 898
            goto 12
        11: .line 900
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new sun.util.locale.provider.RuleBasedBreakIterator$SafeCharIterator
            dup
            aload 1 /* newText */
            invokespecial sun.util.locale.provider.RuleBasedBreakIterator$SafeCharIterator.<init>:(Ljava/text/CharacterIterator;)V
            putfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
        12: .line 902
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.text:Ljava/text/CharacterIterator;
            invokeinterface java.text.CharacterIterator.first:()C
            pop
        13: .line 904
            aload 0 /* this */
            iconst_m1
            putfield sun.util.locale.provider.RuleBasedBreakIterator.cachedLastKnownBreak:I
        14: .line 905
            return
        end local 3 // boolean goodIterator
        end local 2 // int end
        end local 1 // java.text.CharacterIterator newText
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Lsun/util/locale/provider/RuleBasedBreakIterator;
            0   15     1       newText  Ljava/text/CharacterIterator;
            1   15     2           end  I
            5    6     3  goodIterator  Z
            8   15     3  goodIterator  Z
      Exception table:
        from    to  target  type
           1     5       6  Class java.lang.IllegalArgumentException
    MethodParameters:
         Name  Flags
      newText  

  protected int handleNext();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=7, args_size=1
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
         0: .line 921
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.getText:()Ljava/text/CharacterIterator;
            astore 1 /* text */
        start local 1 // java.text.CharacterIterator text
         1: .line 922
            aload 1 /* text */
            invokeinterface java.text.CharacterIterator.getIndex:()I
            aload 1 /* text */
            invokeinterface java.text.CharacterIterator.getEndIndex:()I
            if_icmpne 3
         2: .line 923
            iconst_m1
            ireturn
         3: .line 927
      StackMap locals: java.text.CharacterIterator
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.getNextIndex:()I
            istore 2 /* result */
        start local 2 // int result
         4: .line 928
            iconst_0
            istore 3 /* lookaheadResult */
        start local 3 // int lookaheadResult
         5: .line 931
            iconst_1
            istore 4 /* state */
        start local 4 // int state
         6: .line 933
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.getCurrent:()I
            istore 6 /* c */
        start local 6 // int c
         7: .line 936
            goto 20
         8: .line 940
      StackMap locals: sun.util.locale.provider.RuleBasedBreakIterator java.text.CharacterIterator int int int top int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* c */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.lookupCategory:(I)I
            istore 5 /* category */
        start local 5 // int category
         9: .line 944
            iload 5 /* category */
            iconst_m1
            if_icmpeq 11
        10: .line 945
            aload 0 /* this */
            iload 4 /* state */
            iload 5 /* category */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.lookupState:(II)I
            istore 4 /* state */
        11: .line 952
      StackMap locals: sun.util.locale.provider.RuleBasedBreakIterator java.text.CharacterIterator int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.lookaheadStates:[Z
            iload 4 /* state */
            baload
            ifeq 17
        12: .line 953
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.endStates:[Z
            iload 4 /* state */
            baload
            ifeq 15
        13: .line 954
            iload 3 /* lookaheadResult */
            istore 2 /* result */
        14: .line 955
            goto 19
        15: .line 957
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.getNextIndex:()I
            istore 3 /* lookaheadResult */
        16: .line 959
            goto 19
        17: .line 964
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.endStates:[Z
            iload 4 /* state */
            baload
            ifeq 19
        18: .line 965
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.getNextIndex:()I
            istore 2 /* result */
        19: .line 969
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.getNext:()I
            istore 6 /* c */
        end local 5 // int category
        20: .line 936
      StackMap locals: sun.util.locale.provider.RuleBasedBreakIterator java.text.CharacterIterator int int int top int
      StackMap stack:
            iload 6 /* c */
            ldc 65535
            if_icmpeq 21
            iload 4 /* state */
            ifne 8
        21: .line 976
      StackMap locals:
      StackMap stack:
            iload 6 /* c */
            ldc 65535
            if_icmpne 23
            iload 3 /* lookaheadResult */
            aload 1 /* text */
            invokeinterface java.text.CharacterIterator.getEndIndex:()I
            if_icmpne 23
        22: .line 977
            iload 3 /* lookaheadResult */
            istore 2 /* result */
        23: .line 980
      StackMap locals:
      StackMap stack:
            aload 1 /* text */
            iload 2 /* result */
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            pop
        24: .line 981
            iload 2 /* result */
            ireturn
        end local 6 // int c
        end local 4 // int state
        end local 3 // int lookaheadResult
        end local 2 // int result
        end local 1 // java.text.CharacterIterator text
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   25     0             this  Lsun/util/locale/provider/RuleBasedBreakIterator;
            1   25     1             text  Ljava/text/CharacterIterator;
            4   25     2           result  I
            5   25     3  lookaheadResult  I
            6   25     4            state  I
            9   20     5         category  I
            7   25     6                c  I

  protected int handlePrevious();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
         0: .line 992
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.getText:()Ljava/text/CharacterIterator;
            astore 1 /* text */
        start local 1 // java.text.CharacterIterator text
         1: .line 993
            iconst_1
            istore 2 /* state */
        start local 2 // int state
         2: .line 994
            iconst_0
            istore 3 /* category */
        start local 3 // int category
         3: .line 995
            iconst_0
            istore 4 /* lastCategory */
        start local 4 // int lastCategory
         4: .line 996
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.getCurrent:()I
            istore 5 /* c */
        start local 5 // int c
         5: .line 999
            goto 11
         6: .line 1003
      StackMap locals: sun.util.locale.provider.RuleBasedBreakIterator java.text.CharacterIterator int int int int
      StackMap stack:
            iload 3 /* category */
            istore 4 /* lastCategory */
         7: .line 1004
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.lookupCategory:(I)I
            istore 3 /* category */
         8: .line 1008
            iload 3 /* category */
            iconst_m1
            if_icmpeq 10
         9: .line 1009
            aload 0 /* this */
            iload 2 /* state */
            iload 3 /* category */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.lookupBackwardState:(II)I
            istore 2 /* state */
        10: .line 1013
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.getPrevious:()I
            istore 5 /* c */
        11: .line 999
      StackMap locals:
      StackMap stack:
            iload 5 /* c */
            ldc 65535
            if_icmpeq 12
            iload 2 /* state */
            ifne 6
        12: .line 1021
      StackMap locals:
      StackMap stack:
            iload 5 /* c */
            ldc 65535
            if_icmpeq 18
        13: .line 1022
            iload 4 /* lastCategory */
            iconst_m1
            if_icmpeq 17
        14: .line 1023
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.getNext:()I
            pop
        15: .line 1024
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.getNext:()I
            pop
        16: .line 1025
            goto 18
        17: .line 1027
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.util.locale.provider.RuleBasedBreakIterator.getNext:()I
            pop
        18: .line 1030
      StackMap locals:
      StackMap stack:
            aload 1 /* text */
            invokeinterface java.text.CharacterIterator.getIndex:()I
            ireturn
        end local 5 // int c
        end local 4 // int lastCategory
        end local 3 // int category
        end local 2 // int state
        end local 1 // java.text.CharacterIterator text
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   19     0          this  Lsun/util/locale/provider/RuleBasedBreakIterator;
            1   19     1          text  Ljava/text/CharacterIterator;
            2   19     2         state  I
            3   19     3      category  I
            4   19     4  lastCategory  I
            5   19     5             c  I

  protected int lookupCategory(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
        start local 1 // int c
         0: .line 1038
            iload 1 /* c */
            ldc 65536
            if_icmpge 2
         1: .line 1039
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.charCategoryTable:Lsun/text/CompactByteArray;
            iload 1 /* c */
            i2c
            invokevirtual sun.text.CompactByteArray.elementAt:(C)B
            ireturn
         2: .line 1041
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.supplementaryCharCategoryTable:Lsun/text/SupplementaryCharacterData;
            iload 1 /* c */
            invokevirtual sun.text.SupplementaryCharacterData.getValue:(I)I
            ireturn
        end local 1 // int c
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/util/locale/provider/RuleBasedBreakIterator;
            0    3     1     c  I
    MethodParameters:
      Name  Flags
      c     

  protected int lookupState(int, int);
    descriptor: (II)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
        start local 1 // int state
        start local 2 // int category
         0: .line 1050
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.stateTable:[S
            iload 1 /* state */
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.numCategories:I
            imul
            iload 2 /* category */
            iadd
            saload
            ireturn
        end local 2 // int category
        end local 1 // int state
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lsun/util/locale/provider/RuleBasedBreakIterator;
            0    1     1     state  I
            0    1     2  category  I
    MethodParameters:
          Name  Flags
      state     
      category  

  protected int lookupBackwardState(int, int);
    descriptor: (II)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
        start local 1 // int state
        start local 2 // int category
         0: .line 1058
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.backwardsStateTable:[S
            iload 1 /* state */
            aload 0 /* this */
            getfield sun.util.locale.provider.RuleBasedBreakIterator.numCategories:I
            imul
            iload 2 /* category */
            iadd
            saload
            ireturn
        end local 2 // int category
        end local 1 // int state
        end local 0 // sun.util.locale.provider.RuleBasedBreakIterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lsun/util/locale/provider/RuleBasedBreakIterator;
            0    1     1     state  I
            0    1     2  category  I
    MethodParameters:
          Name  Flags
      state     
      category  

  static long getLong(byte[], int);
    descriptor: ([BI)J
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // byte[] buf
        start local 1 // int offset
         0: .line 1062
            aload 0 /* buf */
            iload 1 /* offset */
            baload
            sipush 255
            iand
            i2l
            lstore 2 /* num */
        start local 2 // long num
         1: .line 1063
            iconst_1
            istore 4 /* i */
        start local 4 // int i
         2: goto 5
         3: .line 1064
      StackMap locals: long int
      StackMap stack:
            lload 2 /* num */
            bipush 8
            lshl
            aload 0 /* buf */
            iload 1 /* offset */
            iload 4 /* i */
            iadd
            baload
            sipush 255
            iand
            i2l
            lor
            lstore 2 /* num */
         4: .line 1063
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 4 /* i */
            bipush 8
            if_icmplt 3
        end local 4 // int i
         6: .line 1066
            lload 2 /* num */
            lreturn
        end local 2 // long num
        end local 1 // int offset
        end local 0 // byte[] buf
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0     buf  [B
            0    7     1  offset  I
            1    7     2     num  J
            2    6     4       i  I
    MethodParameters:
        Name  Flags
      buf     
      offset  

  static int getInt(byte[], int);
    descriptor: ([BI)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // byte[] buf
        start local 1 // int offset
         0: .line 1070
            aload 0 /* buf */
            iload 1 /* offset */
            baload
            sipush 255
            iand
            istore 2 /* num */
        start local 2 // int num
         1: .line 1071
            iconst_1
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 1072
      StackMap locals: int int
      StackMap stack:
            iload 2 /* num */
            bipush 8
            ishl
            aload 0 /* buf */
            iload 1 /* offset */
            iload 3 /* i */
            iadd
            baload
            sipush 255
            iand
            ior
            istore 2 /* num */
         4: .line 1071
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            iconst_4
            if_icmplt 3
        end local 3 // int i
         6: .line 1074
            iload 2 /* num */
            ireturn
        end local 2 // int num
        end local 1 // int offset
        end local 0 // byte[] buf
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0     buf  [B
            0    7     1  offset  I
            1    7     2     num  I
            2    6     3       i  I
    MethodParameters:
        Name  Flags
      buf     
      offset  

  static short getShort(byte[], int);
    descriptor: ([BI)S
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // byte[] buf
        start local 1 // int offset
         0: .line 1078
            aload 0 /* buf */
            iload 1 /* offset */
            baload
            sipush 255
            iand
            i2s
            istore 2 /* num */
        start local 2 // short num
         1: .line 1079
            iload 2 /* num */
            bipush 8
            ishl
            aload 0 /* buf */
            iload 1 /* offset */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            ior
            i2s
            istore 2 /* num */
         2: .line 1080
            iload 2 /* num */
            ireturn
        end local 2 // short num
        end local 1 // int offset
        end local 0 // byte[] buf
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0     buf  [B
            0    3     1  offset  I
            1    3     2     num  S
    MethodParameters:
        Name  Flags
      buf     
      offset  
}
SourceFile: "RuleBasedBreakIterator.java"
NestMembers:
  sun.util.locale.provider.RuleBasedBreakIterator$1  sun.util.locale.provider.RuleBasedBreakIterator$SafeCharIterator
InnerClasses:
  sun.util.locale.provider.RuleBasedBreakIterator$1
  private final SafeCharIterator = sun.util.locale.provider.RuleBasedBreakIterator$SafeCharIterator of sun.util.locale.provider.RuleBasedBreakIterator