]> granicus.if.org Git - icu/commitdiff
ICU-10273 Plural Rules, remove unimplemented getFunctionalEquivalent().
authorAndy Heninger <andy.heninger@gmail.com>
Thu, 29 Aug 2013 18:07:13 +0000 (18:07 +0000)
committerAndy Heninger <andy.heninger@gmail.com>
Thu, 29 Aug 2013 18:07:13 +0000 (18:07 +0000)
X-SVN-Rev: 34126

icu4c/source/i18n/unicode/plurrule.h

index 56d25b4696d770a6934054d4d38b5d51b7133e27..010f153c815193602bf24a3f9a75b024ad32f96d 100644 (file)
@@ -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. <br/>
-     * 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.