Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UCalendar

85     UCalendar *caldef = 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0;
385 /*testing the setAttributes and getAttributes of a UCalendar*/
428 /*testing if the UCalendar's timezone is currently in day light saving's time*/
429 log_verbose("\nTesting if the UCalendar is currently in daylight saving's time\n");
440 /*closing the UCalendar*/
479 UCalendar *caldef = 0, *caldef2 = 0;
671 UCalendar *cal = 0;
676 log_verbose("\nFetching pointer to UCalendar using the ucal_open()\n");
818 UCalendar *cal = 0;
938 log_verbose("\nTesting UCalendar add...\n");
983 UCalendar *cal = 0;
1080 UCalendar *cal = 0;
1153 UCalendar *gmtcal = 0, *cal = 0;
1239 static void checkDateTime(UCalendar* c,
1275 static void checkDate(UCalendar* c, int32_t y, int32_t m, int32_t d)
1302 static void verify1(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day)
1336 static void verify2(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day,
1381 UCalendar *cal;
1618 UCalendar * cal = ucal_open(NULL, 0, testDatesPtr->locale, UCAL_GREGORIAN, &status);
1662 UCalendar * cal = ucal_open(NULL, 0, testDaysPtr->locale, UCAL_GREGORIAN, &status);
1717 UCalendar* ucal = ucal_open(tfdItemPtr->timezone, -1, tfdItemPtr->locale, UCAL_DEFAULT, &status);