/********************************************************************
* COPYRIGHT:
- * Copyright (c) 1997-2008, International Business Machines Corporation and
+ * Copyright (c) 1997-2015, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/* Test getting keyword values */
void TestKeywordVariantParsing(void);
+ /* Test setting keyword values */
+ void TestSetKeywordValue(void);
+
/* Test getting the locale base name */
void TestGetBaseName(void);
void TestCurrencyByDate(void);
+ void TestGetVariantWithKeywords(void);
+ void TestIsRightToLeft();
+ void TestBug11421();
+
private:
void _checklocs(const char* label,
const char* req,
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
+};