Home | History | Annotate | Download | only in cintltst

Lines Matching refs:expected_resource_status

254     UErrorCode status = U_ZERO_ERROR,expected_resource_status = U_ZERO_ERROR;
306 expected_resource_status = U_MISSING_RESOURCE_ERROR;
313 expected_resource_status = U_ZERO_ERROR;
315 expected_resource_status = U_USING_DEFAULT_WARNING;
317 expected_resource_status = U_USING_FALLBACK_WARNING;
379 log_verbose("%s got %d, expected %d\n", action, status, expected_resource_status);
381 CONFIRM_ErrorCode(status, expected_resource_status);