Imported Upstream version 58.2
[platform/upstream/icu.git] / source / test / intltest / loctest.h
index a9172b9..a5a8d28 100644 (file)
@@ -1,6 +1,8 @@
+// Copyright (C) 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /********************************************************************
  * 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 +103,8 @@ public:
     void TestCurrencyByDate(void);
 
     void TestGetVariantWithKeywords(void);
+    void TestIsRightToLeft();
+    void TestBug11421();
 
 private:
     void _checklocs(const char* label,
@@ -168,7 +172,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
+};