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

  /external/chromium_org/third_party/icu/source/test/intltest/
callimts.cpp 152 } TestCases[] = {
172 for (i = 0; TestCases[i].type; i++) {
175 strcat(buf, TestCases[i].type);
180 if (uprv_strcmp(cal->getType(), TestCases[i].type) != 0) {
182 + " Requested: " + TestCases[i].type);
187 doTheoreticalLimitsTest(*cal, TestCases[i].hasLeapMonth);
188 doLimitsTest(*cal, TestCases[i].actualTestStart,TestCases[i].actualTestEnd);
numfmtst.cpp 89 CASE(26,TestCases);
686 static const char* testCases[][2]= {
739 for(int i=0; i < (int)(sizeof(testCases)/sizeof(testCases[i])); i++){
741 const char *localeID = testCases[i][0];
742 UnicodeString expected(testCases[i][1], -1, US_INV);
    [all...]
  /external/icu/icu4c/source/test/intltest/
callimts.cpp 152 } TestCases[] = {
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);
numfmtst.cpp 90 TESTCASE_AUTO(TestCases);
709 static const char* testCases[][2]= {
763 for(int i=0; i < (int)(sizeof(testCases)/sizeof(testCases[i])); i++){
765 const char *localeID = testCases[i][0];
766 UnicodeString expected(testCases[i][1], -1, US_INV);
    [all...]

Completed in 99 milliseconds