]> granicus.if.org Git - icu/commitdiff
ICU-9556 fix namespace
authorSteven R. Loomis <srl@icu-project.org>
Thu, 27 Sep 2012 20:48:52 +0000 (20:48 +0000)
committerSteven R. Loomis <srl@icu-project.org>
Thu, 27 Sep 2012 20:48:52 +0000 (20:48 +0000)
X-SVN-Rev: 32445

icu4c/source/i18n/sortkey.cpp

index bf702cb0de86836ad4e0309c08a0dd137ed81887..baf325447e6876caefbe20c66fa6e5d6a677549e 100644 (file)
@@ -279,7 +279,7 @@ U_CAPI int32_t U_EXPORT2
 ucol_keyHashCode(const uint8_t *key, 
                        int32_t  length)
 {
-    return computeHashCode(key, length);
+    return icu::computeHashCode(key, length);
 }
 
 #endif /* #if !UCONFIG_NO_COLLATION */