Lines Matching refs:testCompareReferenceImpl
1379 UnicodeString TestIDNA::testCompareReferenceImpl(UnicodeString& src, in testCompareReferenceImpl() function in TestIDNA
1436 void TestIDNA::testCompareReferenceImpl(const UChar* src, int32_t srcLen){ in testCompareReferenceImpl() function in TestIDNA
1441 UnicodeString asciiLabel = testCompareReferenceImpl(label, in testCompareReferenceImpl()
1445 testCompareReferenceImpl(label, in testCompareReferenceImpl()
1449 testCompareReferenceImpl(label, in testCompareReferenceImpl()
1453 testCompareReferenceImpl(label, in testCompareReferenceImpl()
1462 testCompareReferenceImpl(asciiLabel, in testCompareReferenceImpl()
1466 testCompareReferenceImpl(asciiLabel, in testCompareReferenceImpl()
1470 testCompareReferenceImpl(asciiLabel, in testCompareReferenceImpl()
1474 testCompareReferenceImpl(asciiLabel, in testCompareReferenceImpl()
1502 testCompareReferenceImpl(src,source.length()-1); in TestIDNAMonkeyTest()
1503 testCompareReferenceImpl(src,source.length()-1); in TestIDNAMonkeyTest()
1513 testCompareReferenceImpl(src,source.length()-1); in TestIDNAMonkeyTest()
1533 testCompareReferenceImpl(source.getBuffer(), source.length()-1); in TestIDNAMonkeyTest()
1570 testCompareReferenceImpl(src, srcLen); in TestCompareReferenceImpl()