Searched refs:outerIndex (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToByteGB18030.java255 private int getGB18030(short[] outerIndex, String[] innerIndex, char ch) { argument
256 int offset = outerIndex[((ch & 0xff00) >> 8 )] << 8;
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DGB18030.java12594 private int getGB18030(short[] outerIndex, String[] innerEncoderIndex, argument
12596 int offset = outerIndex[((ch & 0xff00) >> 8 )] << 8;
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DJavapTask.java643 int outerIndex = inners.classes[i].outer_class_info_index;
644 ConstantPool.CONSTANT_Class_info outerClassInfo = cf.constant_pool.getClassInfo(outerIndex);

Completed in 105 milliseconds