Searched refs:testDatesPtr (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 1747 const TestWeekendDatesList * testDatesPtr = testDates; in TestWeekend() local 1759 for (count = UPRV_LENGTHOF(testDates); count-- > 0; ++testDatesPtr) { in TestWeekend() 1761 UCalendar * cal = ucal_open(NULL, 0, testDatesPtr->locale, UCAL_GREGORIAN, &status); in TestWeekend() 1762 log_verbose("locale: %s\n", testDatesPtr->locale); in TestWeekend() 1764 const TestWeekendDates * weekendDatesPtr = testDatesPtr->dates; in TestWeekend() 1765 for (subCount = testDatesPtr->numDates; subCount--; ++weekendDatesPtr) { in TestWeekend() 1786 …log_err("FAIL: locale %s date %s isWeekend() status %s\n", testDatesPtr->locale, fmtDateBytes, u_e… in TestWeekend() 1789 …_err("FAIL: locale %s date %s isWeekend %d, expected the opposite\n", testDatesPtr->locale, fmtDat… in TestWeekend() 1791 …log_verbose("OK: locale %s date %s isWeekend %d\n", testDatesPtr->locale, fmtDateBytes, isWeeken… in TestWeekend() 1796 …AIL: ucal_open for locale %s failed: %s - (Are you missing data?)\n", testDatesPtr->locale, u_erro… in TestWeekend()
|