Searched refs:testDecode (Results 1 – 1 of 1) sorted by relevance
37 bool testDecode(char const * input, char const * expected) { in testDecode() function59 success &= testDecode("=?iso-8859-1?B?QQ==?=", "A"); in main()60 success &= testDecode("=?iso-8859-1?B?QUI=?=", "AB"); in main()61 success &= testDecode("=?iso-8859-1?B?QUJD?=", "ABC"); in main()
Completed in 6 milliseconds