Home
last modified time | relevance | path

Searched refs:TestIDNA (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dtestidna.cpp419 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()
[all …]
Dtestidna.h53 class TestIDNA : public IntlTest {
71 TestIDNA() : gPrep(nullptr) {} in TestIDNA() function
72 virtual ~TestIDNA();
119 int testData(TestIDNA& test);
Dtestidn.cpp52 parseMappings(const char *filename, UBool reportError,TestIDNA& test, UErrorCode *pErrorCode);
62 testAllCodepoints(TestIDNA& test);
64 static TestIDNA* pTestIDNA =NULL;
80 testData(TestIDNA& test) { in testData()
204 parseMappings(const char *filename,UBool reportError, TestIDNA& test, UErrorCode *pErrorCode) { in parseMappings()
265 testAllCodepoints(TestIDNA& test){ in testAllCodepoints()
Ditmajor.cpp154 TestIDNA test; in runIndexedTest()
Didnaref.cpp203 TestIDNA *thisTest = dynamic_cast<TestIDNA *>(IntlTest::gTest); in getInstance()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DTestIDNA.java30 public class TestIDNA extends TestFmwk { class
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DTestIDNA.java33 public class TestIDNA extends TestFmwk { class