Searched refs:createByte (Results 1 – 10 of 10) sorted by relevance
71 testField(classID, fieldInfo, Value.createByte(Byte.MIN_VALUE)); in testField()72 testField(classID, fieldInfo, Value.createByte(Byte.MAX_VALUE)); in testField()73 testField(classID, fieldInfo, Value.createByte((byte)0)); in testField()
82 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
1099 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()
425 static MeasureUnit *createByte(UErrorCode &status);
248 measureUnit.adoptInstead(MeasureUnit::createByte(status)); in TestCompatible54()375 measureUnit.adoptInstead(MeasureUnit::createByte(status)); in TestCompatible55()505 measureUnit.adoptInstead(MeasureUnit::createByte(status)); in TestCompatible56()645 measureUnit.adoptInstead(MeasureUnit::createByte(status)); in TestCompatible57()789 measureUnit.adoptInstead(MeasureUnit::createByte(status)); in TestCompatible58()929 measureUnit.adoptInstead(MeasureUnit::createByte(status)); in TestCompatible59()
624 MeasureUnit *MeasureUnit::createByte(UErrorCode &status) { in createByte() function in MeasureUnit