Home
last modified time | relevance | path

Searched refs:toUnsignedInt (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java336 assure("", 5 == AnyConverter.toUnsignedInt(a)); in test_toInt()
338 assure("", 5 == AnyConverter.toUnsignedInt(a)); in test_toInt()
341 try { AnyConverter.toUnsignedInt(anyInt); failed(""); in test_toInt()
345 try { AnyConverter.toUnsignedInt(anyShort); failed(""); in test_toInt()
/aoo41x/main/jurt/com/sun/star/uno/
H A DAnyConverter.java255 static public int toUnsignedInt(Object object) in toUnsignedInt() method in AnyConverter

Completed in 27 milliseconds