Searched refs:testCompareReferenceImpl (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | testidna.cpp | 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() [all …]
|
D | testidna.h | 102 void testCompareReferenceImpl(const UChar* src, int32_t srcLen); 104 UnicodeString testCompareReferenceImpl(UnicodeString& src,
|