/********************************************************************
* COPYRIGHT:
- * Copyright (c) 1997-2004, International Business Machines Corporation and
+ * Copyright (c) 1997-2010, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/* Test getting keyword values */
void TestKeywordVariantParsing(void);
+ /* Test setting keyword values */
+ void TestSetKeywordValue(void);
+
/* Test getting the locale base name */
void TestGetBaseName(void);
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,