]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/dtptngts.h
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / dtptngts.h
index e81e2c1edf3f6f4a4acc9c0be9e2a85b18eccda8..701eddfa6954d0932e562e3274a8d4d7129c9a3a 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,2009, International Business Machines Corporation and
+ * COPYRIGHT:
+ * Copyright (c) 1997-2016 International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -17,7 +19,7 @@
  * Test basic functionality of various API functions
  **/
 class IntlTestDateTimePatternGeneratorAPI : public IntlTest {
-    void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );  
+    void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
 
 private:
     /**
@@ -25,6 +27,9 @@ private:
      **/
     void testAPI(/* char* par */);
     void testOptions(/* char* par */);
+    void testAllFieldPatterns(/* char* par */);
+    void testStaticGetSkeleton(/* char* par */);
+    void testC();
 };
 
 #endif /* #if !UCONFIG_NO_FORMATTING */