Searched refs:getIndex1 (Results 1 - 25 of 34) sorted by relevance

12

/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToByteJIS0208.java44 super.index1 = JIS_X_0208_Encoder.getIndex1();
H A DCharToByteJIS0208_Solaris.java49 super.index1 = JIS_X_0208_Solaris_Encoder.getIndex1();
H A DCharToByteJIS0212.java42 super.index1 = JIS_X_0212_Encoder.getIndex1();
H A DCharToByteJIS0212_Solaris.java44 super.index1 = JIS_X_0212_Solaris_Encoder.getIndex1();
H A DByteToCharJIS0208.java44 super.index1 = JIS_X_0208_Decoder.getIndex1();
H A DByteToCharJIS0208_Solaris.java53 super.index1 = JIS_X_0208_Solaris_Decoder.getIndex1();
H A DByteToCharJIS0212.java49 super.index1 = JIS_X_0212_Decoder.getIndex1();
H A DByteToCharJIS0212_Solaris.java50 super.index1 = JIS_X_0212_Solaris_Decoder.getIndex1();
H A DCharToBytePCK.java41 short[] j0208Index1 = JIS_X_0208_Solaris_Encoder.getIndex1();
H A DByteToCharDoubleByte.java61 public short[] getIndex1() { method in class:ByteToCharDoubleByte
H A DCharToByteDoubleByte.java46 public short[] getIndex1() { method in class:CharToByteDoubleByte
H A DCharToByteSingleByte.java72 public char[] getIndex1() { method in class:CharToByteSingleByte
H A DByteToCharEUC_JP_Solaris.java46 short[] j0208Index1 = JIS_X_0208_Solaris_Decoder.getIndex1();
H A DCharToByteEUC_JP_Solaris.java43 short[] j0208Index1 = JIS_X_0208_Solaris_Encoder.getIndex1();
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DJIS_X_0208_Solaris_Decoder.java212 public static short[] getIndex1() { method in class:JIS_X_0208_Solaris_Decoder
H A DJIS_X_0208_Decoder.java1010 public static short[] getIndex1() { method in class:JIS_X_0208_Decoder
H A DJIS_X_0208_Solaris_Encoder.java2721 public static short[] getIndex1() { method in class:JIS_X_0208_Solaris_Encoder
H A DJIS_X_0212_Decoder.java53 public static short[] getIndex1() { method in class:JIS_X_0212_Decoder
H A DJIS_X_0212_Encoder.java68 public static short[] getIndex1() { method in class:JIS_X_0212_Encoder
H A DJIS_X_0212_Solaris_Decoder.java52 public static short[] getIndex1() { method in class:JIS_X_0212_Solaris_Decoder
H A DJIS_X_0212_Solaris_Encoder.java59 public static short[] getIndex1() { method in class:JIS_X_0212_Solaris_Encoder
H A DJIS_X_0208_Encoder.java76 public static short[] getIndex1() { method in class:JIS_X_0208_Encoder
H A DEUC_JP_Open.java79 JIS_X_0208_Solaris_Decoder.getIndex1();
129 JIS_X_0208_Solaris_Encoder.getIndex1();
H A DEUC_JP.java83 JIS_X_0208_Decoder.getIndex1();
104 if (((byte1 < 0) || (byte1 > getIndex1().length))
242 JIS_X_0208_Encoder.getIndex1();
/openjdk7/jdk/src/share/classes/javax/swing/event/
H A DListDataEvent.java72 * element, this value is the same as that returned by {@link #getIndex1}.
84 public int getIndex1() { return index1; } method in class:ListDataEvent

Completed in 86 milliseconds

12