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