Lines Matching refs:toInt

322         int val= AnyConverter.toInt(aByte);  in test_toInt()
324 val= AnyConverter.toInt(aShort); in test_toInt()
326 val= AnyConverter.toInt(aInt); in test_toInt()
328 val= AnyConverter.toInt(anyByte); in test_toInt()
330 val= AnyConverter.toInt(anyShort); in test_toInt()
332 val= AnyConverter.toInt(anyInt); in test_toInt()
335 assure("", 5 == AnyConverter.toInt(a)); in test_toInt()
343 try { AnyConverter.toInt(a); failed(""); in test_toInt()
347 try { AnyConverter.toInt(aChar); failed(""); in test_toInt()
349 try { AnyConverter.toInt(anyChar); failed(""); in test_toInt()
351 try { AnyConverter.toInt(aBool); failed(""); in test_toInt()
353 try { AnyConverter.toInt(anyBool); failed(""); in test_toInt()
355 try { AnyConverter.toInt(aLong); failed(""); in test_toInt()
357 try { AnyConverter.toInt(anyLong); failed(""); in test_toInt()
359 try { AnyConverter.toInt(aFloat); failed(""); in test_toInt()
361 try { AnyConverter.toInt(anyFloat); failed(""); in test_toInt()
363 try { AnyConverter.toInt(aDouble); failed(""); in test_toInt()
365 try { AnyConverter.toInt(anyDouble); failed(""); in test_toInt()
367 try { AnyConverter.toInt(aObj); failed(""); in test_toInt()
369 try { AnyConverter.toInt(aStr); failed(""); in test_toInt()
371 try { AnyConverter.toInt(anyStr); failed(""); in test_toInt()
373 try { AnyConverter.toInt(aType); failed(""); in test_toInt()
375 try { AnyConverter.toInt(anyType); failed(""); in test_toInt()
377 try { AnyConverter.toInt(anyVoid); failed(""); in test_toInt()
379 try { AnyConverter.toInt(arByte); failed(""); in test_toInt()
381 try { AnyConverter.toInt(anyArByte); failed(""); in test_toInt()