X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..9f1b115531acc2f3640893f76e8bcf6680033062:/icuSources/test/cintltst/creststn.h?ds=sidebyside diff --git a/icuSources/test/cintltst/creststn.h b/icuSources/test/cintltst/creststn.h index f6becdb9..4760d3a5 100644 --- a/icuSources/test/cintltst/creststn.h +++ b/icuSources/test/cintltst/creststn.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-2006, International Business Machines Corporation and + * Copyright (c) 1997-2013, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ /*************************************************************************** @@ -15,6 +17,10 @@ */ #ifndef _CRESTSTN #define _CRESTSTN + +#include "unicode/utypes.h" +#include "unicode/ures.h" + /* C TEST FOR NEW RESOURCEBUNDLE API*/ #include "cintltst.h" @@ -45,6 +51,8 @@ static void TestAliasConflict(void); static void TestFallback(void); +static void TestPreventFallback(void); + static void TestBinaryCollationData(void); static void TestNewTypes(void); @@ -63,6 +71,8 @@ static void TestEmptyBundle(void); static void TestDirectAccess(void); +static void TestTicket9804(void); + static void TestResourceLevelAliasing(void); static void TestErrorCodes(void);