]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/loctest.h
ICU-511.32.tar.gz
[apple/icu.git] / icuSources / test / intltest / loctest.h
index c01d15ecb257156d84075add888e64ffee6c45ef..a9172b920715ccad25ff43bcfc91b04397e22ab1 100644 (file)
@@ -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,