Searched refs:tfdItemPtr (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dccaltst.c1875 const TFDItem * tfdItemPtr; local
1876 for (tfdItemPtr = tfdItems; tfdItemPtr->timezone != NULL; tfdItemPtr++) {
1878 UCalendar* ucal = ucal_open(tfdItemPtr->timezone, -1, tfdItemPtr->locale, UCAL_DEFAULT, &status);
1880 log_err("FAIL: for locale \"%s\", ucal_open had status %s\n", tfdItemPtr->locale, u_errorName(status) );
1883 if (tfdItemPtr->progressive) {
1884 ucal_setMillis(ucal, tfdItemPtr->start, &status);
1885 yDf = ucal_getFieldDifference(ucal, tfdItemPtr
[all...]

Completed in 129 milliseconds