The IntlRuleBasedBreakIterator class IntlRuleBasedBreakIterator
&reftitle.intro; A subclass of IntlBreakIterator that encapsulates ICU break iterators whose behavior is specified using a set of rules. This is the most common kind of break iterators. These rules are described in the ICU Boundary Analysis User Guide.
&reftitle.classsynopsis; IntlRuleBasedBreakIterator IntlRuleBasedBreakIterator extends IntlBreakIterator Traversable Constants const integer IntlRuleBasedBreakIterator::DONE -1 const integer IntlRuleBasedBreakIterator::WORD_NONE 0 const integer IntlRuleBasedBreakIterator::WORD_NONE_LIMIT 100 const integer IntlRuleBasedBreakIterator::WORD_NUMBER 100 const integer IntlRuleBasedBreakIterator::WORD_NUMBER_LIMIT 200 const integer IntlRuleBasedBreakIterator::WORD_LETTER 200 const integer IntlRuleBasedBreakIterator::WORD_LETTER_LIMIT 300 const integer IntlRuleBasedBreakIterator::WORD_KANA 300 const integer IntlRuleBasedBreakIterator::WORD_KANA_LIMIT 400 const integer IntlRuleBasedBreakIterator::WORD_IDEO 400 const integer IntlRuleBasedBreakIterator::WORD_IDEO_LIMIT 500 const integer IntlRuleBasedBreakIterator::LINE_SOFT 0 const integer IntlRuleBasedBreakIterator::LINE_SOFT_LIMIT 100 const integer IntlRuleBasedBreakIterator::LINE_HARD 100 const integer IntlRuleBasedBreakIterator::LINE_HARD_LIMIT 200 const integer IntlRuleBasedBreakIterator::SENTENCE_TERM 0 const integer IntlRuleBasedBreakIterator::SENTENCE_TERM_LIMIT 100 const integer IntlRuleBasedBreakIterator::SENTENCE_SEP 100 const integer IntlRuleBasedBreakIterator::SENTENCE_SEP_LIMIT 200 &Methods; &InheritedMethods;
&reftitle.constants; IntlRuleBasedBreakIterator::DONE IntlRuleBasedBreakIterator::WORD_NONE IntlRuleBasedBreakIterator::WORD_NONE_LIMIT IntlRuleBasedBreakIterator::WORD_NUMBER IntlRuleBasedBreakIterator::WORD_NUMBER_LIMIT IntlRuleBasedBreakIterator::WORD_LETTER IntlRuleBasedBreakIterator::WORD_LETTER_LIMIT IntlRuleBasedBreakIterator::WORD_KANA IntlRuleBasedBreakIterator::WORD_KANA_LIMIT IntlRuleBasedBreakIterator::WORD_IDEO IntlRuleBasedBreakIterator::WORD_IDEO_LIMIT IntlRuleBasedBreakIterator::LINE_SOFT IntlRuleBasedBreakIterator::LINE_SOFT_LIMIT IntlRuleBasedBreakIterator::LINE_HARD IntlRuleBasedBreakIterator::LINE_HARD_LIMIT IntlRuleBasedBreakIterator::SENTENCE_TERM IntlRuleBasedBreakIterator::SENTENCE_TERM_LIMIT IntlRuleBasedBreakIterator::SENTENCE_SEP IntlRuleBasedBreakIterator::SENTENCE_SEP_LIMIT
&reference.intl.entities.intlrulebasedbreakiterator;