HomeSort by relevance Sort by last modified time
    Searched refs:TestConformance (Results 1 - 3 of 3) sorted by null

  /external/icu4c/test/intltest/
normconf.h 33 void TestConformance();
35 void TestConformance(FileStream *input, int32_t options);
testidna.h 66 void TestConformance();
107 void testConformance(const char* toASCIIName, TestFunc toASCII,
normconf.cpp 34 CASE(0, TestConformance, exec);
153 void NormalizerConformanceTest::TestConformance() {
154 TestConformance(openNormalizationTestFile("NormalizationTest.txt"), 0);
158 TestConformance(openNormalizationTestFile("NormalizationTest-3.2.0.txt"), UNORM_UNICODE_3_2);
161 void NormalizerConformanceTest::TestConformance(FileStream *input, int32_t options) {

Completed in 729 milliseconds