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

/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Ddtfmttst.cpp3939 const ChineseCalTestDate * datePtr = dates; local
3941 for (idate = 0; idate < NUM_TEST_DATES; idate++, datePtr++) {
3943 rootChineseCalendar->set(UCAL_ERA, datePtr->era);
3944 rootChineseCalendar->set(datePtr->year, datePtr->month-1, datePtr->day);
3945 rootChineseCalendar->set(UCAL_IS_LEAP_MONTH, datePtr->isLeapMonth);
3966 if ( ppos.getIndex() < result.length() || year != datePtr->year || month != datePtr->month || isLeapMonth != datePtr
[all...]

Completed in 165 milliseconds