Home | History | Annotate | Download | only in intltest

Lines Matching refs:ec

506             UErrorCode ec = U_ZERO_ERROR;
513 count = ids->count(ec);
517 logln(hname + ' ' + (UnicodeString)count + (UnicodeString)" e.g. " + *ids->snext(ec));
1078 UErrorCode ec = U_ZERO_ERROR;
1086 60*U_MILLIS_PER_MINUTE,ec);
1094 60*U_MILLIS_PER_MINUTE,ec);
1095 if (U_FAILURE(ec)) {