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

  /external/icu4c/test/intltest/
sdtfmtts.cpp 34 testAPI(/*par*/);
46 void IntlTestSimpleDateFormatAPI::testAPI(/*char *par*/)
dcfmapts.cpp 35 testAPI(/*par*/);
65 void IntlTestDecimalFormatAPI::testAPI(/*char *par*/)
dtfmapts.cpp 37 testAPI(/*par*/);
129 void IntlTestDateFormatAPI::testAPI(/* char* par */)
dtifmtts.cpp 45 TESTCASE(0, testAPI);
56 void DateIntervalFormatTest::testAPI() {
    [all...]
nmfmapts.cpp 36 testAPI(/* par */);
61 void IntlTestNumberFormatAPI::testAPI(/* char* par */)
plurults.cpp 34 TESTCASE(0, testAPI);
47 void PluralRulesTest::testAPI(/*char *par*/)
tufmtts.cpp 27 TESTCASE(1, testAPI);
100 void TimeUnitTest::testAPI() {
dtptngts.cpp 30 TESTCASE(0, testAPI);
41 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 41 public void testAPI() {
  /external/openssh/
logintest.c 84 testAPI()
217 } /* testAPI() */
300 if (!testAPI())
  /external/icu4c/test/cintltst/
idnatest.c 73 testAPI(const UChar* src, const UChar* expected, const char* testName,
437 testAPI(unicodeIn[i], buf,testName, FALSE,U_ZERO_ERROR, TRUE, TRUE, func);
451 testAPI(buf,unicodeIn[i],testName,FALSE,U_ZERO_ERROR, TRUE, TRUE, func);
474 testAPI(buf,expected,testName,FALSE,U_ZERO_ERROR, TRUE, TRUE, func);
476 testAPI(buf,expected,testName, FALSE,U_ZERO_ERROR, TRUE, TRUE, func);
504 testAPI(buf,expected,testName, FALSE,U_ZERO_ERROR, TRUE, TRUE, func);
506 testAPI(buf,expected,testName, FALSE,U_ZERO_ERROR, FALSE, TRUE, func);
    [all...]

Completed in 223 milliseconds