]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/tsdcfmsy.h
ICU-551.51.4.tar.gz
[apple/icu.git] / icuSources / test / intltest / tsdcfmsy.h
index 828d0f434ade018342446531f568c05e59891c22..63e0fd1df8dded25d0f75c1243f24fa232b0cd44 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2001, International Business Machines Corporation and
+ * Copyright (c) 1997-2013, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -25,9 +25,11 @@ private:
      * Test the API of DecimalFormatSymbols; primarily a simple get/set set.
      */
     void testSymbols(/*char *par*/);
+    void testLastResortData();
 
      /** helper functions**/
-    void Verify(double value, const UnicodeString& pattern, DecimalFormatSymbols sym, const UnicodeString& expected);
+    void Verify(double value, const UnicodeString& pattern,
+                const DecimalFormatSymbols &sym, const UnicodeString& expected);
 };
 
 #endif /* #if !UCONFIG_NO_FORMATTING */