Home | History | Annotate | Download | only in i18n

Lines Matching refs:status2

449             UErrorCode status2 = U_ZERO_ERROR;
450 fprintf(stderr, "Cloning a %s calendar with tz=%ld\n", ((Calendar*)instance)->getType(), ((Calendar*)instance)->get(UCAL_ZONE_OFFSET, status2));
471 UErrorCode status2 = U_ZERO_ERROR;
472 fprintf(stderr, "New default calendar has tz=%d\n", ((Calendar*)nc)->get(UCAL_ZONE_OFFSET, status2));