Searched defs:cbJIS0201 (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToByteSJIS.java34 CharToByteJIS0201 cbJIS0201 = new CharToByteJIS0201(); field in class:CharToByteSJIS
49 if ((b = cbJIS0201.getNative(inputChar)) == 0)
H A DCharToBytePCK.java40 CharToByteJIS0201 cbJIS0201 = new CharToByteJIS0201(); field in class:CharToBytePCK
57 if ((b = cbJIS0201.getNative(inputChar)) == 0)
H A DCharToByteEUC_JP.java33 CharToByteJIS0201 cbJIS0201 = new CharToByteJIS0201(); field in class:CharToByteEUC_JP
48 if ((b = cbJIS0201.getNative(inputChar)) == 0)
H A DCharToByteEUC_JP_LINUX.java37 CharToByteJIS0201 cbJIS0201 = new CharToByteJIS0201(); field in class:CharToByteEUC_JP_LINUX
51 if ((b = cbJIS0201.getNative(inputChar)) == 0)
H A DCharToByteEUC_JP_Solaris.java40 CharToByteJIS0201 cbJIS0201 = new CharToByteJIS0201(); field in class:CharToByteEUC_JP_Solaris
58 if ((b = cbJIS0201.getNative(inputChar)) == 0)

Completed in 49 milliseconds