Lines Matching refs:toChar

148         char b= AnyConverter.toChar(aChar);  in test_toChar()
150 b= AnyConverter.toChar(anyChar); in test_toChar()
154 try { AnyConverter.toChar(aBool); failed(""); in test_toChar()
156 try { AnyConverter.toChar(anyBool); failed(""); in test_toChar()
158 try { AnyConverter.toChar(aByte); failed(""); in test_toChar()
160 try { AnyConverter.toChar(anyByte); failed(""); in test_toChar()
162 try { AnyConverter.toChar(aShort); failed(""); in test_toChar()
164 try { AnyConverter.toChar(anyShort); failed(""); in test_toChar()
166 try { AnyConverter.toChar(aInt); failed(""); in test_toChar()
168 try { AnyConverter.toChar(anyInt); failed(""); in test_toChar()
170 try { AnyConverter.toChar(aLong); failed(""); in test_toChar()
172 try { AnyConverter.toChar(anyLong); failed(""); in test_toChar()
174 try { AnyConverter.toChar(aFloat); failed(""); in test_toChar()
176 try { AnyConverter.toChar(anyFloat); failed(""); in test_toChar()
178 try { AnyConverter.toChar(aDouble); failed(""); in test_toChar()
180 try { AnyConverter.toChar(anyDouble); failed(""); in test_toChar()
182 try { AnyConverter.toChar(aObj); failed(""); in test_toChar()
184 try { AnyConverter.toChar(aStr); failed(""); in test_toChar()
186 try { AnyConverter.toChar(anyStr); failed(""); in test_toChar()
188 try { AnyConverter.toChar(aType); failed(""); in test_toChar()
190 try { AnyConverter.toChar(anyType); failed(""); in test_toChar()
192 try { AnyConverter.toChar(anyVoid); failed(""); in test_toChar()
194 try { AnyConverter.toChar(arByte); failed(""); in test_toChar()
196 try { AnyConverter.toChar(anyArByte); failed(""); in test_toChar()
272 try { AnyConverter.toChar(aBool); failed(""); in test_toShort()
274 try { AnyConverter.toChar(anyBool); failed(""); in test_toShort()