Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UCalendar

83     UCalendar *caldef = 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0;
359 /*testing the setAttributes and getAttributes of a UCalendar*/
402 /*testing if the UCalendar's timezone is currently in day light saving's time*/
403 log_verbose("\nTesting if the UCalendar is currently in daylight saving's time\n");
414 /*closing the UCalendar*/
453 UCalendar *caldef = 0, *caldef2 = 0;
645 UCalendar *cal = 0;
650 log_verbose("\nFetching pointer to UCalendar using the ucal_open()\n");
792 UCalendar *cal = 0;
912 log_verbose("\nTesting UCalendar add...\n");
957 UCalendar *cal = 0;
1054 UCalendar *cal = 0;
1127 UCalendar *gmtcal = 0, *cal = 0;
1213 static void checkDateTime(UCalendar* c,
1249 static void checkDate(UCalendar* c, int32_t y, int32_t m, int32_t d)
1276 static void verify1(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day)
1310 static void verify2(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day,
1355 UCalendar *cal;
1589 UCalendar * cal = ucal_open(NULL, 0, testDatesPtr->locale, UCAL_GREGORIAN, &status);
1633 UCalendar * cal = ucal_open(NULL, 0, testDaysPtr->locale, UCAL_GREGORIAN, &status);