From 62cb5a9ca6cf42fd3086932a84f04d4b53a9e10b Mon Sep 17 00:00:00 2001 From: Andy Heninger Date: Thu, 29 Aug 2013 18:07:13 +0000 Subject: [PATCH] ICU-10273 Plural Rules, remove unimplemented getFunctionalEquivalent(). X-SVN-Rev: 34126 --- icu4c/source/i18n/unicode/plurrule.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/icu4c/source/i18n/unicode/plurrule.h b/icu4c/source/i18n/unicode/plurrule.h index 56d25b4696d..010f153c815 100644 --- a/icu4c/source/i18n/unicode/plurrule.h +++ b/icu4c/source/i18n/unicode/plurrule.h @@ -290,24 +290,6 @@ public: */ static StringEnumeration* U_EXPORT2 getAvailableLocales(UErrorCode &status); - /** - * Returns the 'functionally equivalent' locale with respect to plural rules. - * Calling PluralRules.forLocale with the functionally equivalent locale, and with - * the provided locale, returns rules that behave the same.
- * All locales with the same functionally equivalent locale have plural rules that - * behave the same. This is not exaustive; there may be other locales whose plural - * rules behave the same that do not have the same equivalent locale. - * - * @param locale the locale to check - * @param isAvailable if not NULL the boolean will be set to TRUE if locale is directly - * defined (without fallback) as having plural rules. - * @param status The error code. - * @return the functionally-equivalent locale - * @internal - */ - static Locale getFunctionalEquivalent(const Locale &locale, UBool *isAvailable, - UErrorCode &status); - /** * Returns whether or not there are overrides. * @param locale the locale to check. -- 2.40.0