Home | History | Annotate | Download | only in i18n

Lines Matching defs:status2

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