]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/loctest.h
ICU-551.51.tar.gz
[apple/icu.git] / icuSources / test / intltest / loctest.h
index a9172b920715ccad25ff43bcfc91b04397e22ab1..a1c3017f382b5224321d6308535fad24f6169f35 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2010, International Business Machines Corporation and
+ * Copyright (c) 1997-2015, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -101,6 +101,8 @@ public:
     void TestCurrencyByDate(void);
 
     void TestGetVariantWithKeywords(void);
+    void TestIsRightToLeft();
+    void TestBug11421();
 
 private:
     void _checklocs(const char* label,
@@ -168,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
+};