+ /**
+ * Test funny stuff with open binary
+ */
+ static void TestOpenBinary(void);
+
+ /**
+ * Test getKeywordValuesForLocale API
+ */
+ static void TestGetKeywordValuesForLocale(void);
+
+ /**
+ * test strcoll with null arg
+ */
+ static void TestStrcollNull(void);