X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/57a6839dcb3bba09e8228b822b290604668416fe..f3c0d7a59d99c2a94c6b8822291f0e42be3773c9:/icuSources/test/intltest/dtptngts.h diff --git a/icuSources/test/intltest/dtptngts.h b/icuSources/test/intltest/dtptngts.h index 40c24d78..701eddfa 100644 --- a/icuSources/test/intltest/dtptngts.h +++ b/icuSources/test/intltest/dtptngts.h @@ -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,2013, 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: /** @@ -26,6 +28,8 @@ private: void testAPI(/* char* par */); void testOptions(/* char* par */); void testAllFieldPatterns(/* char* par */); + void testStaticGetSkeleton(/* char* par */); + void testC(); }; #endif /* #if !UCONFIG_NO_FORMATTING */