Searched refs:cbJIS0212 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToByteEUC_JP.java34 CharToByteJIS0212 cbJIS0212 = new CharToByteJIS0212(); field in class:CharToByteEUC_JP
65 r = cbJIS0212.getNative(ch);
H A DCharToByteEUC_JP_Solaris.java41 CharToByteJIS0212_Solaris cbJIS0212 = new CharToByteJIS0212_Solaris(); field in class:CharToByteEUC_JP_Solaris
78 return 0x8f8080 + cbJIS0212.getNative(ch);

Completed in 31 milliseconds