]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/itrbnf.h
ICU-551.24.tar.gz
[apple/icu.git] / icuSources / test / intltest / itrbnf.h
index c1965249e2aa4cbd74b387bc2d1ba244c1df119c..c01f8287da2e0852fa1e2cd8b4bc00eaaa864c32 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *******************************************************************************
- * Copyright (C) 1996-2012, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2015, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
@@ -28,6 +28,8 @@ class IntlTestRBNF : public IntlTest {
    */
   virtual void TestAPI();
 
+  void TestMultiplePluralRules();
+
   /**
    * Perform a simple spot check on the FractionalRuleSet logic
    */
@@ -133,6 +135,11 @@ class IntlTestRBNF : public IntlTest {
    */
   virtual void TestSetDecimalFormatSymbols();
 
+  /**
+   * Test the plural rules in RBNF
+   */
+  virtual void TestPluralRules();
+
  protected:
   virtual void doTest(RuleBasedNumberFormat* formatter, const char* const testData[][2], UBool testParsing);
   virtual void doLenientParseTest(RuleBasedNumberFormat* formatter, const char* testData[][2]);