Index: source/test/intltest/loctest.h |
diff --git a/source/test/intltest/loctest.h b/source/test/intltest/loctest.h |
index d556571ab7c3e21c9e486b8ec2dfd3777c219c86..a1c3017f382b5224321d6308535fad24f6169f35 100644 |
--- a/source/test/intltest/loctest.h |
+++ b/source/test/intltest/loctest.h |
@@ -170,4 +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 |
}; |