| Index: icu46/source/test/intltest/locnmtst.h
|
| ===================================================================
|
| --- icu46/source/test/intltest/locnmtst.h (revision 0)
|
| +++ icu46/source/test/intltest/locnmtst.h (revision 0)
|
| @@ -0,0 +1,33 @@
|
| +/********************************************************************
|
| + * COPYRIGHT:
|
| + * Copyright (c) 2010, International Business Machines Corporation and
|
| + * others. All Rights Reserved.
|
| + ********************************************************************/
|
| +
|
| +#include "intltest.h"
|
| +#include "unicode/locdspnm.h"
|
| +
|
| +/**
|
| + * Tests for the LocaleDisplayNames class
|
| + **/
|
| +class LocaleDisplayNamesTest: public IntlTest {
|
| +public:
|
| + LocaleDisplayNamesTest();
|
| + virtual ~LocaleDisplayNamesTest();
|
| +
|
| + void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
|
| +
|
| +#if !UCONFIG_NO_FORMATTING
|
| + /**
|
| + * Test methods to set and get data fields
|
| + **/
|
| + void TestCreate(void);
|
| + void TestCreateDialect(void);
|
| + void TestWithKeywordsAndEverything(void);
|
| + void TestUldnOpen(void);
|
| + void TestUldnOpenDialect(void);
|
| + void TestUldnWithKeywordsAndEverything(void);
|
| + void TestUldnComponents(void);
|
| + void TestRootEtc(void);
|
| +#endif
|
| +};
|
|
|
| Property changes on: icu46/source/test/intltest/locnmtst.h
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|