]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/aliastst.h
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
3 /********************************************************************
5 * Copyright (c) 2005-2006, International Business Machines Corporation and
6 * others. All Rights Reserved.
7 ********************************************************************/
12 #include "unicode/locid.h"
13 #include "unicode/ures.h"
15 class LocaleAliasTest
: public IntlTest
{
18 void TestDateFormat();
21 void TestUResourceBundle();
22 void TestDisplayName();
23 void runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
= NULL
);
25 virtual ~LocaleAliasTest();
27 UResourceBundle
* resIndex
;
28 UBool
isLocaleAvailable(const char*);