Lines Matching refs:BreakIterator
40 class BreakIterator;
52 * A subclass of BreakIterator whose behavior is specified using a list of rules.
54 * BreakIterator::createWordInstance(), BreakIterator::createLineInstance(), etc.,
55 * and then used via the abstract API in class BreakIterator</p>
65 class U_COMMON_API RuleBasedBreakIterator : public BreakIterator {
69 * The UText through which this BreakIterator accesses the text
96 * The rule data for this BreakIterator instance
212 friend class BreakIterator;
272 * This constructor uses the udata interface to create a BreakIterator
303 * @param that The BreakIterator to be compared for equality
308 virtual UBool operator==(const BreakIterator& that) const;
313 * @param that The BreakIterator to be compared for inequality
317 UBool operator!=(const BreakIterator& that) const;
329 virtual BreakIterator* clone() const;
332 * Compute a hash code for this BreakIterator
346 // BreakIterator overrides
396 * @param newText An iterator over the text to analyze. The BreakIterator
610 virtual BreakIterator * createBufferClone(void *stackBuffer,
773 inline UBool RuleBasedBreakIterator::operator!=(const BreakIterator& that) const {