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()
182 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()
437 static MeasureUnit *createByte(UErrorCode &status);
250 measureUnit.adoptInstead(MeasureUnit::createByte(status)); in TestCompatible54()377 measureUnit.adoptInstead(MeasureUnit::createByte(status)); in TestCompatible55()507 measureUnit.adoptInstead(MeasureUnit::createByte(status)); in TestCompatible56()647 measureUnit.adoptInstead(MeasureUnit::createByte(status)); in TestCompatible57()791 measureUnit.adoptInstead(MeasureUnit::createByte(status)); in TestCompatible58()931 measureUnit.adoptInstead(MeasureUnit::createByte(status)); in TestCompatible59()1077 measureUnit.adoptInstead(MeasureUnit::createByte(status)); in TestCompatible63()
678 MeasureUnit *MeasureUnit::createByte(UErrorCode &status) { in createByte() function in MeasureUnit