Searched refs:PRIMITIVE_SHORT (Results 1 – 5 of 5) sorted by relevance
137 if (super.getType() != PRIMITIVE_SHORT) { in getValueShort()175 case PRIMITIVE_SHORT: in stringifyValue()216 case PRIMITIVE_SHORT: in dump()
74 public static final byte PRIMITIVE_SHORT = 'S'; field in ElementValue88 case PRIMITIVE_SHORT: in readElementValue()
161 case PRIMITIVE_SHORT: in SimpleElementValueGen()223 case PRIMITIVE_SHORT: in stringifyValue()259 case PRIMITIVE_SHORT: in dump()
91 public static final int PRIMITIVE_SHORT = 'S'; field in ElementValueGen120 return new SimpleElementValueGen(PRIMITIVE_SHORT, dis in readElementValue()
149 ElementValueGen.PRIMITIVE_SHORT, cp, (short) 42); in testCreateShortElementValue()