Searched refs:toUnsignedInt (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
| H A D | DBTypeConversion.java | 85 public static int toUnsignedInt(byte value) { in toUnsignedInt() method in DBTypeConversion 89 public static int toUnsignedInt(short value) { in toUnsignedInt() method in DBTypeConversion 424 toUnsignedInt(date.Year), in toDateString() 425 toUnsignedInt(date.Month), in toDateString() 426 toUnsignedInt(date.Day)); in toDateString() 432 toUnsignedInt(time.Hours), in toTimeString() 433 toUnsignedInt(time.Minutes), in toTimeString() 434 toUnsignedInt(time.Seconds)); in toTimeString() 440 toUnsignedInt(dateTime.Year), in toDateTimeString() 441 toUnsignedInt(dateTime.Month), in toDateTimeString() [all …]
|
| H A D | ORowSetValue.java | 389 value = AnyConverter.toUnsignedInt(any); in fill() 1088 sVal.append(String.format("%02x", DBTypeConversion.toUnsignedInt(b))); in getString()
|
| H A D | DbTools.java | 795 updatedObject.updateInt(columnIndex, AnyConverter.toUnsignedInt(value)); in updateObject() 889 parameters.setInt(index, AnyConverter.toUnsignedInt(any)); in setObject()
|
| /trunk/main/jurt/test/com/sun/star/uno/ |
| H A D | AnyConverter_Test.java | 328 assertTrue("", 5 == AnyConverter.toUnsignedInt(a)); in test_toInt() 330 assertTrue("", 5 == AnyConverter.toUnsignedInt(a)); in test_toInt() 333 try { AnyConverter.toUnsignedInt(anyInt); fail(""); in test_toInt() 337 try { AnyConverter.toUnsignedInt(anyShort); fail(""); in test_toInt()
|
| /trunk/main/jurt/java/jurt/src/main/java/com/sun/star/uno/ |
| H A D | AnyConverter.java | 255 static public int toUnsignedInt(Object object) in toUnsignedInt() method in AnyConverter
|