]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/uspoof_conf.h
ICU-57149.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / uspoof_conf.h
index d23e6d55db7e0afe149e5eb92085b02c360d2eee..663b06cfef28706f1ed538073e6585837d10afa1 100644 (file)
@@ -1,7 +1,7 @@
 /*
 ******************************************************************************
 *
-*   Copyright (C) 2008-2009, International Business Machines
+*   Copyright (C) 2008-2016, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 ******************************************************************************
@@ -23,6 +23,8 @@
 
 #if !UCONFIG_NO_REGULAR_EXPRESSIONS 
 
+#include "unicode/uregex.h"
+#include "uhash.h"
 #include "uspoof_impl.h"
 
 U_NAMESPACE_BEGIN
@@ -116,7 +118,7 @@ class ConfusabledataBuilder : public UMemory {
 
     // 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);