]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/rulebasedcollator.cpp
ICU-62107.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / rulebasedcollator.cpp
index c5dc467b3c14c91e6b609cb115bcda62ba262599..015ca6424bb6dce8e3e0b7fa1d9960b4706bf1c5 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 *******************************************************************************
 * Copyright (C) 1996-2015, International Business Machines
@@ -1609,7 +1611,7 @@ RuleBasedCollator::isUnsafe(UChar32 c) const {
     return data->isUnsafeBackward(c, settings->isNumeric());
 }
 
-void
+void U_CALLCONV
 RuleBasedCollator::computeMaxExpansions(const CollationTailoring *t, UErrorCode &errorCode) {
     t->maxExpansions = CollationElementIterator::computeMaxExpansions(t->data, errorCode);
 }