X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/729e4ab9bc6618bc3d8a898e575df7f4019e29ca..f3c0d7a59d99c2a94c6b8822291f0e42be3773c9:/icuSources/test/intltest/dtptngts.h diff --git a/icuSources/test/intltest/dtptngts.h b/icuSources/test/intltest/dtptngts.h index e81e2c1e..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, 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 */