Home | History | Annotate | Download | only in intltest

Lines Matching refs:expected_status

684         UErrorCode expected_status;
782 expected_status = (index >= 0 && index < count) ? expected_resource_status : U_MISSING_RESOURCE_ERROR;
783 CONFIRM_UErrorCode(status,expected_status);
871 expected_status = (row >= 0 && row < row_count && col >= 0 && col < column_count) ?
873 CONFIRM_UErrorCode(status,expected_status);