Searched defs:TestCases (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcallimts.cpp152 } TestCases[] = { local
173 for (i = 0; TestCases[i].type; i++) {
176 strcat(buf, TestCases[i].type);
181 if (uprv_strcmp(cal->getType(), TestCases[i].type) != 0) {
183 + " Requested: " + TestCases[i].type);
188 doTheoreticalLimitsTest(*cal, TestCases[i].hasLeapMonth);
189 doLimitsTest(*cal, TestCases[i].actualTestStart,TestCases[i].actualTestEnd);
H A Dnumfmtst.cpp92 TESTCASE_AUTO(TestCases);
2157 void NumberFormatTest::TestCases() { function in class:NumberFormatTest
/external/icu/icu4c/source/test/intltest/
H A Dcallimts.cpp152 } TestCases[] = { local
173 for (i = 0; TestCases[i].type; i++) {
176 strcat(buf, TestCases[i].type);
181 if (uprv_strcmp(cal->getType(), TestCases[i].type) != 0) {
183 + " Requested: " + TestCases[i].type);
188 doTheoreticalLimitsTest(*cal, TestCases[i].hasLeapMonth);
189 doLimitsTest(*cal, TestCases[i].actualTestStart,TestCases[i].actualTestEnd);
H A Dnumfmtst.cpp90 TESTCASE_AUTO(TestCases);
2180 void NumberFormatTest::TestCases() { function in class:NumberFormatTest

Completed in 907 milliseconds