]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/cdattst.h
ICU-64252.0.1.tar.gz
[apple/icu.git] / icuSources / test / cintltst / cdattst.h
index 861a108764535d6cb88792f952eb0ad2855e766a..ef8b33c6fabd24c077ab9cfdd373886f387b8632 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2001, International Business Machines Corporation and
+ * Copyright (c) 1997-2014, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 /********************************************************************************
 #define _CDATFRMTST
 
 #include "unicode/utypes.h"
+#include "unicode/udat.h"
 
 #if !UCONFIG_NO_FORMATTING
 
 #include "cintltst.h"
 
     /**
-     * The function used to test the Date format API
+     * The functions used to test the Date format API
      **/
     static void TestDateFormat(void);
+    static void TestRelativeDateFormat(void);
 
     /**
      * The function used to test API  udat_getSymbols(), udat_setSymbols() and udat_countSymbols()
      * test subroutine used by the testing functions
      **/
     static UChar* myNumformat(const UNumberFormat* numfor, double d);
+    static int getCurrentYear(void);
+
+    /**
+     * Test DateFormat override number format API
+     */
+     static void TestOverrideNumberFormat(void);
+
 
 #endif /* #if !UCONFIG_NO_FORMATTING */