Home
last modified time | relevance | path

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

/aoo41x/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java407 assure("", 5 == AnyConverter.toUnsignedLong(a)); in test_toLong()
409 assure("", 5 == AnyConverter.toUnsignedLong(a)); in test_toLong()
412 assure("", 5 == AnyConverter.toUnsignedLong(a)); in test_toLong()
415 try { AnyConverter.toUnsignedLong(anyShort); failed(""); in test_toLong()
417 try { AnyConverter.toUnsignedLong(anyInt); failed(""); in test_toLong()
421 try { AnyConverter.toUnsignedLong(anyLong); failed(""); in test_toLong()
/aoo41x/main/jurt/com/sun/star/uno/
H A DAnyConverter.java282 static public long toUnsignedLong(Object object) in toUnsignedLong() method in AnyConverter

Completed in 36 milliseconds