Home | History | Annotate | Download | only in cintltst

Lines Matching full:log_verbose

103     log_verbose("\nTesting ucal_countAvailableTZIDs\n");
105 log_verbose("The number of timezone id's present with offset 0 are %d:\n", count);
110 log_verbose("\nTesting ucal_getAvailableTZIDs");
116 log_verbose("%s\n", u_austrcpy(tempMsgBuf, ucal_getAvailableTZIDs(offset, i, &status)));
139 log_verbose("%s returned %d timezone id's:\n", api, count);
154 log_verbose("%s\n", id);
218 log_verbose("PASS: ucal_getTZDataVersion returned %s\n", tzver);
240 log_verbose("\nTesting the ucal_open()\n");
268 log_verbose("\nTesting getAvailableLocales and countAvailable()\n");
272 log_verbose("PASS: ucal_countAvailable() works fine\n");
273 log_verbose("The no: of locales for which calendars are avilable are %d\n", count);
279 log_verbose("%s\n", ucal_getAvailable(i));
284 log_verbose("\nTesting ucal_equivalentTo()\n");
290 log_verbose("PASS: equivalentTo test passed\n");
296 log_verbose("\nTesting the ucal_getNow function to check if it is fetching tbe current time\n");
304 log_verbose("PASS: The current date and time fetched is %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datdef, now)) );
308 log_verbose("\nTesting the fetching of time zone display name\n");
324 log_verbose("PASS: getting the time zone display name successful : %s, %d needed \n",
334 log_verbose("PASS: got the correct time zone display name %s\n", u_austrcpy(tempMsgBuf, result) );
360 log_verbose("\nTesting the getAttributes and set Attributes\n");
369 log_verbose("PASS: attribute set and got successfully\n");
371 log_verbose("Setting it back to normal\n");
403 log_verbose("\nTesting if the UCalendar is currently in daylight saving's time\n");
410 log_verbose("PASS: It is not in daylight saving's time\n");
463 log_verbose("\nOpening the calendars()\n");
481 log_verbose("\nTesting the date and time fetched in millis for a calendar using getMillis\n");
488 log_verbose("\nTesting the set date and time function using setMillis\n");
505 log_verbose("\nTesting if the function ucal_setTimeZone() works fine\n");
518 log_verbose("ucal_setTimeZone worked fine\n");
524 log_verbose("PASS: setTimeZone works fine\n");
527 log_verbose("\nTesting setTimeZone() roundtrip\n");
534 log_verbose("PASS: setTimeZone roundtrip test passed\n");
551 log_verbose("PASS: setTimeZone roundtrip test passed\n");
570 log_verbose("\nTesting the ucal_setDate() function \n");
579 log_verbose("PASS:setDate works fine\n");
585 log_verbose("\nTesting ucal_setDate() extensively\n");
601 log_verbose("\nTesting the ucal_setDateTime() function \n");
610 log_verbose("PASS: setDateTime works fine\n");
617 log_verbose("\nTesting ucal_setDateTime() function extensively\n");
650 log_verbose("\nFetching pointer to UCalendar using the ucal_open()\n");
665 log_verbose("\nTesting the ucal_get() function of Calendar\n");
677 log_verbose("PASS: ucal_get() works fine\n");
680 log_verbose("\nTesting the set, and clear field functions of calendar\n");
710 log_verbose("PASS: U_ILLEGAL_ARGUMENT_ERROR as expected\n");
736 log_verbose("PASS: U_ILLEGAL_ARGUMENT_ERROR as expected\n");
758 log_verbose("PASS: U_ILLEGAL_ARGUMENT_ERROR as expected\n");
771 log_verbose("PASS: isSet working fine\n");
776 log_verbose("PASS :clearField working fine\n");
801 log_verbose("Testing add and roll extensively\n");
817 log_verbose("\nTesting to confirm that adding to various fields works with ucal_add()\n");
841 log_verbose("Pass: Illegal argument error as expected\n");
849 log_verbose("\nTesting to confirm that ucal_roll() works\n");
875 log_verbose("Pass: illegal arguement error as expected\n");
895 log_verbose("\nTesting the ucal_add() and ucal_roll() functions extensively\n");
912 log_verbose("\nTesting UCalendar add...\n");
929 log_verbose("\nTesting calendar ucal_roll()...\n");
971 log_verbose("\nTesting the getLimits function for various fields\n");
985 log_verbose("getLimits successful\n");
997 log_verbose("getLimits successful\n");
1011 log_verbose("getLimits successful\n");
1029 log_verbose("getLimits successful\n");
1077 log_verbose("\nTesting the DOW progression\n");
1084 log_verbose("DOW = %d...\n", DOW);
1087 log_verbose("%s\n", u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)));
1116 log_verbose("\nTesting the offset between the GMT and local time\n");
1164 log_verbose("date = %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)) );
1198 log_verbose("PASS: the offset between local and GMT is correct\n");
1244 log_verbose("Confirmed: %d/%d/%d %d:%d:%d:%d\n", y, m + 1, d, hr, min, sec, ms);
1267 log_verbose("Confirmed: %d/%d/%d\n", y, m + 1, d);
1287 log_verbose("PASS: %s\n", msg);
1293 /*log_verbose(austrdup(myDateFormat(dat, d1)) );*/
1328 log_verbose("PASS: %s\n", msg);
1334 log_verbose("%s\n" , u_austrcpy(tempMsgBuf, myDateFormat(dat, d1)) );
1590 log_verbose("locale: %s\n", testDatesPtr->locale);
1619 log_verbose("OK: locale %s date %s isWeekend %d\n", testDatesPtr->locale, fmtDateBytes, isWeekend );
1634 log_verbose("locale: %s\n", testDaysPtr->locale);
1649 log_verbose("OK: locale %s DOW %d type %d\n", testDaysPtr->locale, daysOfWeekPtr->dayOfWeek, dayType );