Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UCalendar

90     UCalendar *caldef = 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0;
390 /*testing the setAttributes and getAttributes of a UCalendar*/
433 /*testing if the UCalendar's timezone is currently in day light saving's time*/
434 log_verbose("\nTesting if the UCalendar is currently in daylight saving's time\n");
445 /*closing the UCalendar*/
484 UCalendar *caldef = 0, *caldef2 = 0, *caldef3 = 0;
727 UCalendar *cal = 0;
732 log_verbose("\nFetching pointer to UCalendar using the ucal_open()\n");
887 UCalendar *cal = 0;
1007 log_verbose("\nTesting UCalendar add...\n");
1080 UCalendar *cal = 0;
1177 UCalendar *cal = 0;
1250 UCalendar *gmtcal = 0, *cal = 0;
1336 static void checkDateTime(UCalendar* c,
1372 static void checkDate(UCalendar* c, int32_t y, int32_t m, int32_t d)
1399 static void verify1(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day)
1433 static void verify2(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day,
1478 UCalendar *cal;
1715 UCalendar * cal = ucal_open(NULL, 0, testDatesPtr->locale, UCAL_GREGORIAN, &status);
1759 UCalendar * cal = ucal_open(NULL, 0, testDaysPtr->locale, UCAL_GREGORIAN, &status);
1844 UCalendar* ucal = ucal_open(tfdItemPtr->timezone, -1, tfdItemPtr->locale, UCAL_DEFAULT, &status);
1918 UCalendar* ucal;
2050 UCalendar *ucalTest = ucal_open(zoneGMT, -1, eraTestItemPtr->locale, UCAL_DEFAULT, &status);
2271 UCalendar * ucal = ucal_open(zoneGMT, -1, "en", UCAL_GREGORIAN, &status);