+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/********************************************************************
* COPYRIGHT:
- * Copyright (c) 1999-2014 International Business Machines Corporation and
+ * Copyright (c) 1999-2016 International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/************************************************************************
void RoundtripRule(const char *dataFile);
/**
- * Test creating RuleBasedBreakIterator from RBBIData.
+ * Test getting and using binary (compiled) rules.
**/
-
- void TestCreateFromRBBIData(void);
+ void TestGetBinaryRules(void);
/**
* Tests grouping effect of 'single quotes' in rules.
};
-/**
- * Special class to enable testing of protected functions in RuleBasedBreakIterator
- */
-class RBBIWithProtectedFunctions: public RuleBasedBreakIterator {
-public:
- enum EDontAdopt {
- kDontAdopt
- };
- RBBIWithProtectedFunctions(RBBIDataHeader* data, UErrorCode &status);
- RBBIWithProtectedFunctions(const RBBIDataHeader* data, enum EDontAdopt dontAdopt, UErrorCode &status);
-};
-
#endif /* #if !UCONFIG_NO_BREAK_ITERATION */
#endif