]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/itrbnf.h
ICU-6.2.4.tar.gz
[apple/icu.git] / icuSources / test / intltest / itrbnf.h
index e00c08e401d11393dc709a39cbf3e216f4d1d0bf..db4e118fb420ad39bfcd9eb02ec5f50dec3f5db6 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *******************************************************************************
- * Copyright (C) 1996-2003, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2004, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
@@ -97,6 +97,16 @@ class IntlTestRBNF : public IntlTest {
    */
   virtual void TestSwedishSpellout();
 
+  /**
+   * Perform a simple spot check on small values
+   */
+  virtual void TestSmallValues();
+
+  /**
+   * Test localizations using string data.
+   */
+  virtual void TestLocalizations();
+
  protected:
   virtual void doTest(RuleBasedNumberFormat* formatter, const char* testData[][2], UBool testParsing);
   virtual void doLenientParseTest(RuleBasedNumberFormat* formatter, const char* testData[][2]);