/external/icu4c/test/intltest/ |
D | testidna.cpp | 450 void TestIDNA::testAPI(const UChar* src, const UChar* expected, const char* testName, in testAPI() function in TestIDNA 699 testAPI(unicodeIn[i], buf,testName, FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in testToASCII() 711 testAPI(buf,unicodeIn[i],testName,FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in testToUnicode() 731 testAPI(buf,expected,testName,FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in testIDNToUnicode() 733 testAPI(buf,expected,testName, FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in testIDNToUnicode() 757 testAPI(buf,expected,testName, FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in testIDNToASCII() 759 testAPI(buf,expected,testName, FALSE,U_ZERO_ERROR, FALSE, TRUE, func); in testIDNToASCII() 918 testAPI(src,buf, in testErrorCases() 922 testAPI(src,buf, in testErrorCases() 927 testAPI((src==NULL)? NULL : buf,src, in testErrorCases() [all …]
|
D | sdtfmtts.h | 26 void testAPI(/* char* par */);
|
D | plurults.h | 26 void testAPI(/* char* par */);
|
D | dtptngts.h | 26 void testAPI(/* char* par */);
|
D | nmfmapts.h | 27 void testAPI(/* char* par */);
|
D | tufmtts.h | 32 void testAPI();
|
D | dtfmapts.h | 29 void testAPI(/* char* par */);
|
D | dcfmapts.h | 26 void testAPI(/*char *par*/);
|
D | dtifmtts.h | 27 void testAPI();
|
D | sdtfmtts.cpp | 34 testAPI(/*par*/); in runIndexedTest() 46 void IntlTestSimpleDateFormatAPI::testAPI(/*char *par*/) in testAPI() function in IntlTestSimpleDateFormatAPI
|
D | plurults.cpp | 33 TESTCASE(0, testAPI); in runIndexedTest() 42 void PluralRulesTest::testAPI(/*char *par*/) in testAPI() function in PluralRulesTest
|
D | tufmtts.cpp | 27 TESTCASE(1, testAPI); in runIndexedTest() 100 void TimeUnitTest::testAPI() { in testAPI() function in TimeUnitTest
|
D | dtfmapts.cpp | 37 testAPI(/*par*/); in runIndexedTest() 129 void IntlTestDateFormatAPI::testAPI(/* char* par */) in testAPI() function in IntlTestDateFormatAPI
|
D | testidna.h | 81 void testAPI(const UChar *src, const UChar *expected, const char *testName,
|
D | nmfmapts.cpp | 36 testAPI(/* par */); in runIndexedTest() 61 void IntlTestNumberFormatAPI::testAPI(/* char* par */) in testAPI() function in IntlTestNumberFormatAPI
|
D | dtifmtts.cpp | 44 TESTCASE(0, testAPI); in runIndexedTest() 55 void DateIntervalFormatTest::testAPI() { in testAPI() function in DateIntervalFormatTest
|
D | dcfmapts.cpp | 35 testAPI(/*par*/); in runIndexedTest() 65 void IntlTestDecimalFormatAPI::testAPI(/*char *par*/) in testAPI() function in IntlTestDecimalFormatAPI
|
D | dtptngts.cpp | 30 TESTCASE(0, testAPI); in runIndexedTest() 41 void IntlTestDateTimePatternGeneratorAPI::testAPI(/*char *par*/) in testAPI() function in IntlTestDateTimePatternGeneratorAPI
|
/external/icu4c/test/cintltst/ |
D | idnatest.c | 73 testAPI(const UChar* src, const UChar* expected, const char* testName, in testAPI() function 437 testAPI(unicodeIn[i], buf,testName, FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in TestToASCII() 451 testAPI(buf,unicodeIn[i],testName,FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in TestToUnicode() 474 testAPI(buf,expected,testName,FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in TestIDNToUnicode() 476 testAPI(buf,expected,testName, FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in TestIDNToUnicode() 504 testAPI(buf,expected,testName, FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in TestIDNToASCII() 506 testAPI(buf,expected,testName, FALSE,U_ZERO_ERROR, FALSE, TRUE, func); in TestIDNToASCII()
|