]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/loctest.h
ICU-551.41.tar.gz
[apple/icu.git] / icuSources / test / intltest / loctest.h
index 5b455464c91439b737ac191ed7d2fe0c459f3479..a1c3017f382b5224321d6308535fad24f6169f35 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2008, International Business Machines Corporation and
+ * Copyright (c) 1997-2015, 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,10 @@ public:
 
     void TestCurrencyByDate(void);
 
+    void TestGetVariantWithKeywords(void);
+    void TestIsRightToLeft();
+    void TestBug11421();
+
 private:
     void _checklocs(const char* label,
                     const char* req,
@@ -163,7 +170,12 @@ private:
         DVAR_NO,
         DNAME_NO
     };
-};
-
-
 
+#if !UCONFIG_NO_COLLATION
+    /**
+     * Check on registered collators.
+     * @param expectExtra if non-null, the locale ID of an 'extra' locale that is registered.
+     */
+    void checkRegisteredCollators(const char *expectExtra = NULL);
+#endif
+};