]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - jars/icu4j-52_1/main/classes/charset/src/com/ibm/icu/charset/CharsetISO2022.java
Upgrade ICU4J.
[Dictionary.git] / jars / icu4j-52_1 / main / classes / charset / src / com / ibm / icu / charset / CharsetISO2022.java
similarity index 99%
rename from jars/icu4j-4_8_1_1/main/classes/charset/src/com/ibm/icu/charset/CharsetISO2022.java
rename to jars/icu4j-52_1/main/classes/charset/src/com/ibm/icu/charset/CharsetISO2022.java
index a48fed00121c417ea8deb5d0a05c40624c6d92b3..d366cbe4180ba29f38ba220931fc81b8c948771e 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *******************************************************************************
- * Copyright (C) 2008-2010, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
@@ -317,7 +317,7 @@ class CharsetISO2022 extends CharsetICU {
     // } Cnv2002Type;
 */
 
-    private class ISO2022State {
+    private static class ISO2022State {
         private byte []cs;  /* Charset number for SI (G0)/SO (G1)/SS2 (G2)/SS3 (G3) */
         private byte g;     /* 0..3 for G0..G3 (SI/SO/SS2/SS3) */
         private byte prevG; /* g before single shift (SS2 or SS3) */
@@ -337,7 +337,7 @@ class CharsetISO2022 extends CharsetICU {
     private static final byte UCNV_2022_MAX_CONVERTERS  = 10;
     
     @SuppressWarnings("unused")
-    private class UConverterDataISO2022 {
+    private static class UConverterDataISO2022 {
         UConverterSharedData []myConverterArray;
         CharsetEncoderMBCS currentEncoder;
         CharsetDecoderMBCS currentDecoder;