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

  /external/icu4c/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.h 120 void TestCases(void);
numfmtst.cpp 92 CASE(26,TestCases);
698 static const char* testCases[][2]= {
751 for(int i=0; i < (int)(sizeof(testCases)/sizeof(testCases[i])); i++){
753 const char *localeID = testCases[i][0];
754 UnicodeString expected(testCases[i][1], -1, US_INV);
    [all...]

Completed in 40 milliseconds