Lines Matching refs:testChaining
1001 void TestIDNA::testChaining(const UChar* src,int32_t numIterations,const char* testName,
1158 void TestIDNA::testChaining(const char* toASCIIName, TestFunc toASCII,
1165 testChaining(buf,5,toUnicodeName, FALSE, FALSE, toUnicode);
1168 testChaining(unicodeIn[i], 5,toASCIIName, FALSE, TRUE, toASCII);
1260 case 6: name = "TestChaining"; if (exec) TestChaining(); break;
1324 void TestIDNA::TestChaining(){
1325 testChaining("uidna_toASCII",uidna_toASCII, "uidna_toUnicode", uidna_toUnicode);
1587 testChaining("idnaref_toASCII",idnaref_toASCII, "idnaref_toUnicode", idnaref_toUnicode);
1593 testChaining("idnaref_toASCII",idnaref_toASCII, "idnaref_toUnicode", idnaref_toUnicode);