Searched refs:tfdItemPtr (Results 1 - 1 of 1) sorted by last modified time

/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c1879 const TFDItem * tfdItemPtr; local
1880 for (tfdItemPtr = tfdItems; tfdItemPtr->timezone != NULL; tfdItemPtr++) {
1882 UCalendar* ucal = ucal_open(tfdItemPtr->timezone, -1, tfdItemPtr->locale, UCAL_DEFAULT, &status);
1884 log_err("FAIL: for locale \"%s\", ucal_open had status %s\n", tfdItemPtr->locale, u_errorName(status) );
1887 if (tfdItemPtr->progressive) {
1888 ucal_setMillis(ucal, tfdItemPtr->start, &status);
1889 yDf = ucal_getFieldDifference(ucal, tfdItemPtr
[all...]

Completed in 86 milliseconds