Home | History | Annotate | Download | only in intltest

Lines Matching refs:RuleBasedBreakIterator

24  * API Test the RuleBasedBreakIterator class
32 * Tests Constructor behaviour of RuleBasedBreakIterator
36 * Tests clone() and equals() methods of RuleBasedBreakIterator
40 * Tests toString() method of RuleBasedBreakIterator
44 * Tests the method hashCode() of RuleBasedBreakIterator
48 * Tests the methods getText() and setText() of RuleBasedBreakIterator
52 * Testing the iteration methods of RuleBasedBreakIterator
58 * Tests creating RuleBasedBreakIterator from rules strings.
67 * Test creating RuleBasedBreakIterator from RBBIData.
93 void doBoundaryTest(RuleBasedBreakIterator& bi, UnicodeString& text, int32_t *boundaries);
102 * Special class to enable testing of protected functions in RuleBasedBreakIterator
104 class RBBIWithProtectedFunctions: public RuleBasedBreakIterator {