Home | History | Annotate | Download | only in answers

Lines Matching refs:status

35     UErrorCode status = U_ZERO_ERROR;
40 cal = Calendar::createInstance(greece, status);
41 check(status, "Calendar::createInstance");
62 status);
63 check(status, "RuleBasedTransliterator::ct");
76 defFmt->format(cal->getTime(status), str, status);
77 check(status, "DateFormat::format");
84 fmt->format(cal->getTime(status), str, status);
85 check(status, "DateFormat::format");