Searched defs:testChaining (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dtestidna.cpp993 void TestIDNA::testChaining(const UChar* src,int32_t numIterations,const char* testName, function in class:TestIDNA
1150 void TestIDNA::testChaining(const char* toASCIIName, TestFunc toASCII, function in class:TestIDNA
1157 testChaining(buf,5,toUnicodeName, FALSE, FALSE, toUnicode);
1160 testChaining(unicodeIn[i], 5,toASCIIName, FALSE, TRUE, toASCII);
1309 testChaining("uidna_toASCII",uidna_toASCII, "uidna_toUnicode", uidna_toUnicode);
1575 testChaining("idnaref_toASCII",idnaref_toASCII, "idnaref_toUnicode", idnaref_toUnicode);
1581 testChaining("idnaref_toASCII",idnaref_toASCII, "idnaref_toUnicode", idnaref_toUnicode);

Completed in 96 milliseconds