Searched refs:createByte (Results 1 – 10 of 10) sorted by relevance
70 testField(classID, fieldInfo, Value.createByte(Byte.MIN_VALUE)); in testField()71 testField(classID, fieldInfo, Value.createByte(Byte.MAX_VALUE)); in testField()72 testField(classID, fieldInfo, Value.createByte((byte)0)); in testField()
89 valuesRegion.setValue(j, Value.createByte((byte)-j)); in testSetValues001()
185 expectedValue = Value.createByte(EXPECTED_BYTE); in testForceEarlyReturn_ReturnByte()
46 public static Value createByte(byte value) { in createByte() method in Value
1083 return Value.createByte(this.getNextValueAsByte()); in getNextValueAsUntaggedValue()
52 Value oldValue = Value.createByte(StackTrace002Debuggee.BYTE_PARAM_VALUE); in testSetValues002_Byte()53 Value newValue = Value.createByte(StackTrace002Debuggee.BYTE_PARAM_VALUE_TO_SET); in testSetValues002_Byte()
51 Value expectedValue = Value.createByte(StackTrace002Debuggee.BYTE_PARAM_VALUE); in testGetValues002_Byte()
466 static MeasureUnit *createByte(UErrorCode &status);
244 measureUnit.adoptInstead(MeasureUnit::createByte(status)); in TestCompatible54_1()371 measureUnit.adoptInstead(MeasureUnit::createByte(status)); in TestCompatible55_1()501 measureUnit.adoptInstead(MeasureUnit::createByte(status)); in TestCompatible56_1()641 measureUnit.adoptInstead(MeasureUnit::createByte(status)); in TestCompatible57_1()785 measureUnit.adoptInstead(MeasureUnit::createByte(status)); in TestCompatible58_1()
638 MeasureUnit *MeasureUnit::createByte(UErrorCode &status) { in createByte() function in MeasureUnit