Home | History | Annotate | Download | only in cintltst

Lines Matching refs:expected_status

1597     UErrorCode expected_status,status = U_ZERO_ERROR,expected_resource_status = U_ZERO_ERROR;
1802 expected_status = (index >= 0 && index < count) ? expected_resource_status : U_MISSING_RESOURCE_ERROR;
1803 CONFIRM_ErrorCode(status,expected_status);
1888 expected_status = (row >= 0 && row < row_count && col >= 0 && col < column_count) ?
1890 CONFIRM_ErrorCode(status,expected_status);