]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/loctest.h
ICU-491.11.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / loctest.h
index 5b455464c91439b737ac191ed7d2fe0c459f3479..a9172b920715ccad25ff43bcfc91b04397e22ab1 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2008, 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);
     
@@ -97,6 +100,8 @@ public:
 
     void TestCurrencyByDate(void);
 
+    void TestGetVariantWithKeywords(void);
+
 private:
     void _checklocs(const char* label,
                     const char* req,