X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/f59164e3d128c7675a4d3934206346a3384e53a5..f3c0d7a59d99c2a94c6b8822291f0e42be3773c9:/icuSources/test/intltest/rbbiapts.h?ds=sidebyside diff --git a/icuSources/test/intltest/rbbiapts.h b/icuSources/test/intltest/rbbiapts.h index 0a672a6d..13b1e29c 100644 --- a/icuSources/test/intltest/rbbiapts.h +++ b/icuSources/test/intltest/rbbiapts.h @@ -1,6 +1,8 @@ +// © 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. ********************************************************************/ /************************************************************************ @@ -65,10 +67,9 @@ public: 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. @@ -101,18 +102,6 @@ public: }; -/** - * 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