Searched refs:mask1 (Results 1 - 25 of 137) sorted by relevance

123456

/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToByteJIS0201.java42 super.mask1 = 0xFF00;
52 return (byte)index2.charAt(index1[(inputChar & mask1) >> shift]
57 if (index2.charAt(index1[((ch & mask1) >> shift)] + (ch & mask2)) != '\u0000')
H A DCharToByteCp037.java45 super.mask1 = 0xFF00;
H A DCharToByteCp1006.java45 super.mask1 = 0xFF00;
H A DCharToByteCp1025.java45 super.mask1 = 0xFF00;
H A DCharToByteCp1026.java45 super.mask1 = 0xFF00;
H A DCharToByteCp1046.java45 super.mask1 = 0xFF00;
H A DCharToByteCp1047.java45 super.mask1 = 0xFF00;
H A DCharToByteCp1097.java45 super.mask1 = 0xFF00;
H A DCharToByteCp1098.java45 super.mask1 = 0xFF00;
H A DCharToByteCp1112.java45 super.mask1 = 0xFF00;
H A DCharToByteCp1122.java45 super.mask1 = 0xFF00;
H A DCharToByteCp1123.java45 super.mask1 = 0xFF00;
H A DCharToByteCp1124.java45 super.mask1 = 0xFF00;
H A DCharToByteCp1140.java50 super.mask1 = 0xFF00;
H A DCharToByteCp1141.java50 super.mask1 = 0xFF00;
H A DCharToByteCp1142.java50 super.mask1 = 0xFF00;
H A DCharToByteCp1143.java50 super.mask1 = 0xFF00;
H A DCharToByteCp1144.java50 super.mask1 = 0xFF00;
H A DCharToByteCp1145.java50 super.mask1 = 0xFF00;
H A DCharToByteCp1146.java50 super.mask1 = 0xFF00;
H A DCharToByteCp1147.java50 super.mask1 = 0xFF00;
H A DCharToByteCp1148.java50 super.mask1 = 0xFF00;
H A DCharToByteCp1149.java50 super.mask1 = 0xFF00;
H A DCharToByteCp1250.java46 super.mask1 = 0xFF00;
H A DCharToByteCp1251.java45 super.mask1 = 0xFF00;

Completed in 37 milliseconds

123456