]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/aliastst.h
1 /********************************************************************
3 * Copyright (c) 2005-2006, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
10 #include "unicode/locid.h"
11 #include "unicode/ures.h"
13 class LocaleAliasTest
: public IntlTest
{
16 void TestDateFormat();
19 void TestUResourceBundle();
20 void TestDisplayName();
21 void runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
= NULL
);
23 virtual ~LocaleAliasTest();
25 UResourceBundle
* resIndex
;
26 UBool
isLocaleAvailable(const char*);