• Home
  • Raw
  • Download

Lines Matching refs:TestIDNA

419 void TestIDNA::debug(const UChar* src, int32_t srcLength, int32_t options){  in debug()
454 void TestIDNA::testAPI(const UChar* src, const UChar* expected, const char* testName, in testAPI()
654 void TestIDNA::testCompare(const UChar* s1, int32_t s1Len, in testCompare()
700 void TestIDNA::testToASCII(const char* testName, TestFunc func){ in testToASCII()
712 void TestIDNA::testToUnicode(const char* testName, TestFunc func){ in testToUnicode()
724 void TestIDNA::testIDNToUnicode(const char* testName, TestFunc func){ in testIDNToUnicode()
750 void TestIDNA::testIDNToASCII(const char* testName, TestFunc func){ in testIDNToASCII()
776 void TestIDNA::testCompare(const char* testName, CompareFunc func){ in testCompare()
906 void TestIDNA::testErrorCases(const char* IDNToASCIIName, TestFunc IDNToASCII, in testErrorCases()
1001 void TestIDNA::testChaining(const UChar* src,int32_t numIterations,const char* testName, in testChaining()
1158 void TestIDNA::testChaining(const char* toASCIIName, TestFunc toASCII, in testChaining()
1173 void TestIDNA::testRootLabelSeparator(const char* testName, CompareFunc func, in testRootLabelSeparator()
1249 void TestIDNA::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par) in runIndexedTest()
1291 void TestIDNA::TestToASCII(){ in TestToASCII()
1294 void TestIDNA::TestToUnicode(){ in TestToUnicode()
1297 void TestIDNA::TestIDNToASCII(){ in TestIDNToASCII()
1300 void TestIDNA::TestIDNToUnicode(){ in TestIDNToUnicode()
1303 void TestIDNA::TestCompare(){ in TestCompare()
1310 void TestIDNA::TestErrorCases(){ in TestErrorCases()
1314 void TestIDNA::TestRootLabelSeparator(){ in TestRootLabelSeparator()
1324 void TestIDNA::TestChaining(){ in TestChaining()
1379 UnicodeString TestIDNA::testCompareReferenceImpl(UnicodeString& src, in testCompareReferenceImpl()
1436 void TestIDNA::testCompareReferenceImpl(const UChar* src, int32_t srcLen){ in testCompareReferenceImpl()
1486 void TestIDNA::TestIDNAMonkeyTest(){ in TestIDNAMonkeyTest()
1538 void TestIDNA::TestCompareReferenceImpl(){ in TestCompareReferenceImpl()
1574 void TestIDNA::TestRefIDNA(){ in TestRefIDNA()
1597 void TestIDNA::TestDataFile(){ in TestDataFile()
1601 TestIDNA::~TestIDNA(){ in ~TestIDNA()
1606 NamePrepTransform* TestIDNA::getInstance(UErrorCode& status){ in getInstance()