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

/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToByteGB18030.java166 int outByteVal = getGB18030(index1, index2, inputChar);
255 private int getGB18030(short[] outerIndex, String[] innerIndex, char ch) { method in class:CharToByteGB18030
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DGB18030.java12594 private int getGB18030(short[] outerIndex, String[] innerEncoderIndex, method in class:GB18030.Encoder
12642 int outByteVal = getGB18030(encoderIndex1,
12733 int outByteVal = getGB18030(encoderIndex1,

Completed in 401 milliseconds