HomeSort by relevance Sort by last modified time
    Searched refs:TestCases (Results 1 - 6 of 6) 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 88 CASE(26,TestCases);
683 static const char* testCases[][2]= {
734 for(int i=0; i < (int)(sizeof(testCases)/sizeof(testCases[i])); i++){
736 const char *localeID = testCases[i][0];
737 UnicodeString expected(testCases[i][1], -1, US_INV);
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
callimts.cpp 150 } TestCases[] = {
170 for (i = 0; TestCases[i].type; i++) {
173 strcat(buf, TestCases[i].type);
178 if (uprv_strcmp(cal->getType(), TestCases[i].type) != 0) {
180 + " Requested: " + TestCases[i].type);
185 doTheoreticalLimitsTest(*cal, TestCases[i].hasLeapMonth);
186 doLimitsTest(*cal, TestCases[i].actualTestStart);
numfmtst.h 120 void TestCases(void);
numfmtst.cpp 91 CASE(26,TestCases);
677 static const char* testCases[][2]= {
728 for(int i=0; i < (int)(sizeof(testCases)/sizeof(testCases[i])); i++){
730 const char *localeID = testCases[i][0];
731 UnicodeString expected(testCases[i][1], -1, US_INV);
    [all...]

Completed in 3825 milliseconds