X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..e4f10fab0c078f399c9deef476d9c9b73b47dff8:/icuSources/test/intltest/loctest.h diff --git a/icuSources/test/intltest/loctest.h b/icuSources/test/intltest/loctest.h index c01d15ec..a9172b92 100644 --- a/icuSources/test/intltest/loctest.h +++ b/icuSources/test/intltest/loctest.h @@ -1,6 +1,6 @@ /******************************************************************** * COPYRIGHT: - * Copyright (c) 1997-2004, International Business Machines Corporation and + * Copyright (c) 1997-2010, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -76,6 +76,9 @@ public: /* Test getting keyword values */ void TestKeywordVariantParsing(void); + /* Test setting keyword values */ + void TestSetKeywordValue(void); + /* Test getting the locale base name */ void TestGetBaseName(void); @@ -95,6 +98,10 @@ public: static UDate date(int32_t y, int32_t m, int32_t d, int32_t hr = 0, int32_t min = 0, int32_t sec = 0); #endif + void TestCurrencyByDate(void); + + void TestGetVariantWithKeywords(void); + private: void _checklocs(const char* label, const char* req,