/*
******************************************************************************
*
-* Copyright (C) 2008-2009, International Business Machines
+* Copyright (C) 2008-2016, International Business Machines
* Corporation and others. All Rights Reserved.
*
******************************************************************************
#if !UCONFIG_NO_REGULAR_EXPRESSIONS
+#include "unicode/uregex.h"
+#include "uhash.h"
#include "uspoof_impl.h"
U_NAMESPACE_BEGIN
// From an index into fKeyVec & fValueVec
// get a UnicodeString with the corresponding mapping.
- UnicodeString getMapping(int32_t key);
+ UnicodeString getMapping(int32_t index);
// Populate the final binary output data array with the compiled data.
void outputData(UErrorCode &status);