HomeSort by relevance Sort by last modified time
    Searched defs:testAPI (Results 1 - 11 of 11) sorted by null

  /external/icu/icu4c/source/test/intltest/
sdtfmtts.cpp 34 testAPI(/*par*/);
46 void IntlTestSimpleDateFormatAPI::testAPI(/*char *par*/)
dcfmapts.cpp 42 testAPI(/*par*/);
96 void IntlTestDecimalFormatAPI::testAPI(/*char *par*/)
    [all...]
dtfmapts.cpp 37 testAPI(/*par*/);
129 void IntlTestDateFormatAPI::testAPI(/* char* par */)
dtifmtts.cpp 46 TESTCASE(0, testAPI);
60 void DateIntervalFormatTest::testAPI() {
    [all...]
nmfmapts.cpp 36 testAPI(/* par */);
61 void IntlTestNumberFormatAPI::testAPI(/* char* par */)
plurults.cpp 42 TESTCASE_AUTO(testAPI);
78 void PluralRulesTest::testAPI(/*char *par*/)
    [all...]
tufmtts.cpp 30 TESTCASE_AUTO(testAPI);
47 void testAPI();
165 void TimeUnitTest::testAPI() {
dtptngts.cpp 30 TESTCASE(0, testAPI);
42 void IntlTestDateTimePatternGeneratorAPI::testAPI(/*char *par*/)
    [all...]
testidna.cpp 450 void TestIDNA::testAPI(const UChar* src, const UChar* expected, const char* testName,
699 testAPI(unicodeIn[i], buf,testName, FALSE,U_ZERO_ERROR, TRUE, TRUE, func);
711 testAPI(buf,unicodeIn[i],testName,FALSE,U_ZERO_ERROR, TRUE, TRUE, func);
731 testAPI(buf,expected,testName,FALSE,U_ZERO_ERROR, TRUE, TRUE, func);
733 testAPI(buf,expected,testName, FALSE,U_ZERO_ERROR, TRUE, TRUE, func);
757 testAPI(buf,expected,testName, FALSE,U_ZERO_ERROR, TRUE, TRUE, func);
759 testAPI(buf,expected,testName, FALSE,U_ZERO_ERROR, FALSE, TRUE, func);
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RenderScriptTest.java 38 public void testAPI() {
  /external/icu/icu4c/source/test/cintltst/
idnatest.c 71 testAPI(const UChar* src, const UChar* expected, const char* testName,
435 testAPI(unicodeIn[i], buf,testName, FALSE,U_ZERO_ERROR, TRUE, TRUE, func);
449 testAPI(buf,unicodeIn[i],testName,FALSE,U_ZERO_ERROR, TRUE, TRUE, func);
472 testAPI(buf,expected,testName,FALSE,U_ZERO_ERROR, TRUE, TRUE, func);
474 testAPI(buf,expected,testName, FALSE,U_ZERO_ERROR, TRUE, TRUE, func);
502 testAPI(buf,expected,testName, FALSE,U_ZERO_ERROR, TRUE, TRUE, func);
504 testAPI(buf,expected,testName, FALSE,U_ZERO_ERROR, FALSE, TRUE, func);
    [all...]

Completed in 243 milliseconds