Searched refs:createChar (Results 1 – 6 of 6) sorted by relevance
75 testField(classID, fieldInfo, Value.createChar(Character.MAX_VALUE)); in testField()76 testField(classID, fieldInfo, Value.createChar(Character.MIN_VALUE)); in testField()
201 expectedValue = Value.createChar(EXPECTED_CHAR); in testForceEarlyReturn_ReturnChar()
53 public static Value createChar(char value) { in createChar() method in Value
1085 return Value.createChar(this.getNextValueAsChar()); in getNextValueAsUntaggedValue()
69 Value oldValue = Value.createChar(StackTrace002Debuggee.CHAR_PARAM_VALUE); in testSetValues003_Char()70 Value newValue = Value.createChar(StackTrace002Debuggee.CHAR_PARAM_VALUE_TO_SET); in testSetValues003_Char()
67 Value expectedValue = Value.createChar(StackTrace002Debuggee.CHAR_PARAM_VALUE); in testGetValues003_Char()