Home | History | Annotate | Download | only in i18n

Lines Matching defs:status2

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