Home
last modified time | relevance | path

Searched refs:testAPI (Results 1 – 19 of 19) sorted by relevance

/external/icu4c/test/intltest/
Dtestidna.cpp450 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 …]
Dsdtfmtts.h26 void testAPI(/* char* par */);
Dplurults.h26 void testAPI(/* char* par */);
Ddtptngts.h26 void testAPI(/* char* par */);
Dnmfmapts.h27 void testAPI(/* char* par */);
Dtufmtts.h32 void testAPI();
Ddtfmapts.h29 void testAPI(/* char* par */);
Ddcfmapts.h26 void testAPI(/*char *par*/);
Ddtifmtts.h27 void testAPI();
Dsdtfmtts.cpp34 testAPI(/*par*/); in runIndexedTest()
46 void IntlTestSimpleDateFormatAPI::testAPI(/*char *par*/) in testAPI() function in IntlTestSimpleDateFormatAPI
Dplurults.cpp33 TESTCASE(0, testAPI); in runIndexedTest()
42 void PluralRulesTest::testAPI(/*char *par*/) in testAPI() function in PluralRulesTest
Dtufmtts.cpp27 TESTCASE(1, testAPI); in runIndexedTest()
100 void TimeUnitTest::testAPI() { in testAPI() function in TimeUnitTest
Ddtfmapts.cpp37 testAPI(/*par*/); in runIndexedTest()
129 void IntlTestDateFormatAPI::testAPI(/* char* par */) in testAPI() function in IntlTestDateFormatAPI
Dtestidna.h81 void testAPI(const UChar *src, const UChar *expected, const char *testName,
Dnmfmapts.cpp36 testAPI(/* par */); in runIndexedTest()
61 void IntlTestNumberFormatAPI::testAPI(/* char* par */) in testAPI() function in IntlTestNumberFormatAPI
Ddtifmtts.cpp44 TESTCASE(0, testAPI); in runIndexedTest()
55 void DateIntervalFormatTest::testAPI() { in testAPI() function in DateIntervalFormatTest
Ddcfmapts.cpp35 testAPI(/*par*/); in runIndexedTest()
65 void IntlTestDecimalFormatAPI::testAPI(/*char *par*/) in testAPI() function in IntlTestDecimalFormatAPI
Ddtptngts.cpp30 TESTCASE(0, testAPI); in runIndexedTest()
41 void IntlTestDateTimePatternGeneratorAPI::testAPI(/*char *par*/) in testAPI() function in IntlTestDateTimePatternGeneratorAPI
/external/icu4c/test/cintltst/
Didnatest.c73 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()