Lines Matching refs:toLong

389         long val= AnyConverter.toLong(aByte);  in test_toLong()
391 val= AnyConverter.toLong(aShort); in test_toLong()
393 val= AnyConverter.toLong(aInt); in test_toLong()
395 val= AnyConverter.toLong(aLong); in test_toLong()
397 val= AnyConverter.toLong(anyByte); in test_toLong()
399 val= AnyConverter.toLong(anyShort); in test_toLong()
401 val= AnyConverter.toLong(anyInt); in test_toLong()
403 val= AnyConverter.toLong(anyLong); in test_toLong()
406 assure("", 5 == AnyConverter.toLong(a)); in test_toLong()
410 assure("", 5 == AnyConverter.toLong(a)); in test_toLong()
419 try { AnyConverter.toLong(a); failed(""); in test_toLong()
423 try { AnyConverter.toLong(aChar); failed(""); in test_toLong()
425 try { AnyConverter.toLong(anyChar); failed(""); in test_toLong()
427 try { AnyConverter.toLong(aBool); failed(""); in test_toLong()
429 try { AnyConverter.toLong(anyBool); failed(""); in test_toLong()
431 try { AnyConverter.toLong(aFloat); failed(""); in test_toLong()
433 try { AnyConverter.toLong(anyFloat); failed(""); in test_toLong()
435 try { AnyConverter.toLong(aDouble); failed(""); in test_toLong()
437 try { AnyConverter.toLong(anyDouble); failed(""); in test_toLong()
439 try { AnyConverter.toLong(aObj); failed(""); in test_toLong()
441 try { AnyConverter.toLong(aStr); failed(""); in test_toLong()
443 try { AnyConverter.toLong(anyStr); failed(""); in test_toLong()
445 try { AnyConverter.toLong(aType); failed(""); in test_toLong()
447 try { AnyConverter.toLong(anyType); failed(""); in test_toLong()
449 try { AnyConverter.toLong(anyVoid); failed(""); in test_toLong()
451 try { AnyConverter.toLong(arByte); failed(""); in test_toLong()
453 try { AnyConverter.toLong(anyArByte); failed(""); in test_toLong()