Home
last modified time | relevance | path

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

/aoo41x/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java47 Any anyByte; // field in AnyConverter_Test
76 anyByte= new Any(new Type(Byte.TYPE), aByte); in AnyConverter_Test()
104 try { AnyConverter.toBoolean(anyByte); failed(""); in test_toBoolean()
160 try { AnyConverter.toChar(anyByte); failed(""); in test_toChar()
206 val= AnyConverter.toByte(anyByte); in test_toByte()
260 sh= AnyConverter.toShort(anyByte); in test_toShort()
328 val= AnyConverter.toInt(anyByte); in test_toInt()
397 val= AnyConverter.toLong(anyByte); in test_toLong()
463 val= AnyConverter.toFloat(anyByte); in test_toFloat()
519 val= AnyConverter.toDouble(anyByte); in test_toDouble()
[all …]

Completed in 21 milliseconds