Searched refs:highHalfZoneCode (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToByteASCII.java36 private char highHalfZoneCode; field in class:CharToByteASCII
41 if (highHalfZoneCode != 0) {
42 highHalfZoneCode = 0;
69 if (highHalfZoneCode != 0) {
70 inputChar = highHalfZoneCode;
71 highHalfZoneCode = 0;
103 highHalfZoneCode = inputChar;
173 highHalfZoneCode = 0;
H A DCharToByteDoubleByte.java44 protected char highHalfZoneCode; field in class:CharToByteDoubleByte
57 if (highHalfZoneCode != 0) {
58 highHalfZoneCode = 0;
95 if (highHalfZoneCode != 0) {
96 inputChar = highHalfZoneCode;
97 highHalfZoneCode = 0;
119 highHalfZoneCode = inputChar;
195 highHalfZoneCode = 0;
H A DCharToByteISO8859_1.java35 private char highHalfZoneCode; field in class:CharToByteISO8859_1
40 if (highHalfZoneCode != 0) {
41 highHalfZoneCode = 0;
70 if (highHalfZoneCode != 0) {
71 inputChar = highHalfZoneCode;
72 highHalfZoneCode = 0;
113 highHalfZoneCode = inputChar;
183 highHalfZoneCode = 0;
H A DCharToByteSingleByte.java70 private char highHalfZoneCode; field in class:CharToByteSingleByte
82 if (highHalfZoneCode != 0) {
83 highHalfZoneCode = 0;
126 if (highHalfZoneCode != 0) {
127 inputChar = highHalfZoneCode;
128 highHalfZoneCode = 0;
158 highHalfZoneCode = inputChar;
255 highHalfZoneCode = 0;
H A DCharToByteUTF8.java45 private char highHalfZoneCode; field in class:CharToByteUTF8
50 if (highHalfZoneCode != 0) {
51 highHalfZoneCode = 0;
74 if (highHalfZoneCode != 0) {
75 inputChar = highHalfZoneCode;
76 highHalfZoneCode = 0;
79 int ucs4 = (highHalfZoneCode - 0xd800) * 0x400
86 highHalfZoneCode = 0;
108 highHalfZoneCode = inputChar;
153 highHalfZoneCode
[all...]
H A DCharToByteDBCS_ASCII.java33 private char highHalfZoneCode; field in class:CharToByteDBCS_ASCII
54 if (highHalfZoneCode != 0) {
83 if (highHalfZoneCode == 0) {
87 inputChar = highHalfZoneCode;
89 highHalfZoneCode = 0;
96 highHalfZoneCode = inputChar;
178 highHalfZoneCode = 0;
H A DCharToByteEUC.java30 private char highHalfZoneCode; field in class:CharToByteEUC
51 if (highHalfZoneCode != 0) {
86 if (highHalfZoneCode == 0) {
90 inputChar = highHalfZoneCode;
92 highHalfZoneCode = 0;
100 highHalfZoneCode = inputChar;
208 highHalfZoneCode = 0;
H A DCharToByteDBCS_EBCDIC.java39 private char highHalfZoneCode; field in class:CharToByteDBCS_EBCDIC
46 highHalfZoneCode = 0;
63 if (highHalfZoneCode != 0) {
100 if (highHalfZoneCode == 0) {
104 inputChar = highHalfZoneCode;
106 highHalfZoneCode = 0;
113 highHalfZoneCode = inputChar;
215 highHalfZoneCode = 0;
H A DCharToByteISO2022JP.java37 private char highHalfZoneCode; field in class:CharToByteISO2022JP
55 if (highHalfZoneCode != 0) {
56 highHalfZoneCode = 0;
97 if (highHalfZoneCode != 0) {
98 inputChar = highHalfZoneCode;
99 highHalfZoneCode = 0;
125 highHalfZoneCode = inputChar;
302 highHalfZoneCode = 0;
H A DCharToByteEUC_JP_LINUX.java100 if (highHalfZoneCode != 0) {
101 inputChar = highHalfZoneCode;
102 highHalfZoneCode = 0;
124 highHalfZoneCode = inputChar;
H A DCharToByteGB18030.java36 private char highHalfZoneCode; field in class:CharToByteGB18030
58 if (highHalfZoneCode != 0) {
59 highHalfZoneCode = 0;
101 if (highHalfZoneCode != 0) {
108 newBuf[0] = highHalfZoneCode;
114 highHalfZoneCode = 0;
130 highHalfZoneCode = inputChar;
H A DCharToByteEUC_JP.java101 if (highHalfZoneCode != 0) {
102 inputChar = highHalfZoneCode;
103 highHalfZoneCode = 0;
125 highHalfZoneCode = inputChar;
H A DCharToByteEUC_JP_Solaris.java113 if (highHalfZoneCode != 0) {
114 inputChar = highHalfZoneCode;
115 highHalfZoneCode = 0;
137 highHalfZoneCode = inputChar;

Completed in 39 milliseconds