Searched refs:getNative (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToBytePCK.java57 if ((b = cbJIS0201.getNative(inputChar)) == 0)
64 protected int getNative(char ch) { method in class:CharToBytePCK
76 if ((result = super.getNative(ch)) != 0) {
H A DCharToByteSJIS.java49 if ((b = cbJIS0201.getNative(inputChar)) == 0)
56 protected int getNative(char ch) { method in class:CharToByteSJIS
H A DCharToByteJIS0201.java51 public byte getNative(char inputChar) { method in class:CharToByteJIS0201
H A DCharToByteEUC_JP_Solaris.java58 if ((b = cbJIS0201.getNative(inputChar)) == 0)
70 protected int getNative(char ch) { method in class:CharToByteEUC_JP_Solaris
71 int r = super.getNative(ch);
78 return 0x8f8080 + cbJIS0212.getNative(ch);
167 int ncode = getNative(inputChar);
H A DCharToByteDoubleByte.java149 int ncode = getNative(inputChar);
207 if (this.getNative(ch) != 0)
227 protected int getNative(char ch) { method in class:CharToByteDoubleByte
H A DCharToByteEUC_JP_LINUX.java51 if ((b = cbJIS0201.getNative(inputChar)) == 0)
63 protected int getNative(char ch) { method in class:CharToByteEUC_JP_LINUX
154 int ncode = getNative(inputChar);
H A DCharToByteEUC_JP.java48 if ((b = cbJIS0201.getNative(inputChar)) == 0)
60 protected int getNative(char ch) { method in class:CharToByteEUC_JP
65 r = cbJIS0212.getNative(ch);
155 int ncode = getNative(inputChar);
H A DCharToByteSingleByte.java191 outputByte[0] = getNative(inputChar);
242 public byte getNative(char inputChar) { method in class:CharToByteSingleByte
H A DCharToByteISO2022JP.java225 int index = getNative(inputChar);
/openjdk7/jdk/test/sun/nio/cs/
H A DX11CNS11643.java71 int p = getNative(c) >> 16;
96 int cns = getNative(c);
H A DEUC_TW_OLD.java10769 getNative(c) != -1);
32398 protected int getNative(char unicode) { method in class:EUC_TW_OLD.Encoder
[all...]

Completed in 130 milliseconds