Lines Matching refs:testCompareReferenceImpl
1366 UnicodeString TestIDNA::testCompareReferenceImpl(UnicodeString& src, in testCompareReferenceImpl() function in TestIDNA
1423 void TestIDNA::testCompareReferenceImpl(const UChar* src, int32_t srcLen){ in testCompareReferenceImpl() function in TestIDNA
1428 UnicodeString asciiLabel = testCompareReferenceImpl(label, in testCompareReferenceImpl()
1432 testCompareReferenceImpl(label, in testCompareReferenceImpl()
1436 testCompareReferenceImpl(label, in testCompareReferenceImpl()
1440 testCompareReferenceImpl(label, in testCompareReferenceImpl()
1449 testCompareReferenceImpl(asciiLabel, in testCompareReferenceImpl()
1453 testCompareReferenceImpl(asciiLabel, in testCompareReferenceImpl()
1457 testCompareReferenceImpl(asciiLabel, in testCompareReferenceImpl()
1461 testCompareReferenceImpl(asciiLabel, in testCompareReferenceImpl()
1489 testCompareReferenceImpl(src,source.length()-1); in TestIDNAMonkeyTest()
1490 testCompareReferenceImpl(src,source.length()-1); in TestIDNAMonkeyTest()
1500 testCompareReferenceImpl(src,source.length()-1); in TestIDNAMonkeyTest()
1520 testCompareReferenceImpl(source.getBuffer(), source.length()-1); in TestIDNAMonkeyTest()
1557 testCompareReferenceImpl(src, srcLen); in TestCompareReferenceImpl()