/*
******************************************************************************
*
-* Copyright (C) 2008-2012, International Business Machines
+* Copyright (C) 2008-2013, International Business Machines
* Corporation and others. All Rights Reserved.
*
******************************************************************************
#include "unicode/uregex.h"
#include "unicode/ustring.h"
#include "cmemory.h"
+#include "scriptset.h"
#include "uspoof_impl.h"
#include "uhash.h"
#include "uvector.h"
scriptSets->addElement(bsset, status);
utrie2_set32(table, cp, setIndex, &status);
}
- bsset->sset->Union(targScript);
- bsset->sset->Union(srcScript);
+ bsset->sset->set(targScript, status);
+ bsset->sset->set(srcScript, status);
if (U_FAILURE(status)) {
goto cleanup;