The IntlCodePointBreakIterator class IntlCodePointBreakIterator
&reftitle.intro; This break iterator identifies the boundaries between UTF-8 code points.
&reftitle.classsynopsis; IntlCodePointBreakIterator IntlCodePointBreakIterator extends IntlBreakIterator Traversable Constants const integer IntlCodePointBreakIterator::DONE -1 const integer IntlCodePointBreakIterator::WORD_NONE 0 const integer IntlCodePointBreakIterator::WORD_NONE_LIMIT 100 const integer IntlCodePointBreakIterator::WORD_NUMBER 100 const integer IntlCodePointBreakIterator::WORD_NUMBER_LIMIT 200 const integer IntlCodePointBreakIterator::WORD_LETTER 200 const integer IntlCodePointBreakIterator::WORD_LETTER_LIMIT 300 const integer IntlCodePointBreakIterator::WORD_KANA 300 const integer IntlCodePointBreakIterator::WORD_KANA_LIMIT 400 const integer IntlCodePointBreakIterator::WORD_IDEO 400 const integer IntlCodePointBreakIterator::WORD_IDEO_LIMIT 500 const integer IntlCodePointBreakIterator::LINE_SOFT 0 const integer IntlCodePointBreakIterator::LINE_SOFT_LIMIT 100 const integer IntlCodePointBreakIterator::LINE_HARD 100 const integer IntlCodePointBreakIterator::LINE_HARD_LIMIT 200 const integer IntlCodePointBreakIterator::SENTENCE_TERM 0 const integer IntlCodePointBreakIterator::SENTENCE_TERM_LIMIT 100 const integer IntlCodePointBreakIterator::SENTENCE_SEP 100 const integer IntlCodePointBreakIterator::SENTENCE_SEP_LIMIT 200 &Methods; &InheritedMethods;
&reftitle.constants; IntlCodePointBreakIterator::DONE IntlCodePointBreakIterator::WORD_NONE IntlCodePointBreakIterator::WORD_NONE_LIMIT IntlCodePointBreakIterator::WORD_NUMBER IntlCodePointBreakIterator::WORD_NUMBER_LIMIT IntlCodePointBreakIterator::WORD_LETTER IntlCodePointBreakIterator::WORD_LETTER_LIMIT IntlCodePointBreakIterator::WORD_KANA IntlCodePointBreakIterator::WORD_KANA_LIMIT IntlCodePointBreakIterator::WORD_IDEO IntlCodePointBreakIterator::WORD_IDEO_LIMIT IntlCodePointBreakIterator::LINE_SOFT IntlCodePointBreakIterator::LINE_SOFT_LIMIT IntlCodePointBreakIterator::LINE_HARD IntlCodePointBreakIterator::LINE_HARD_LIMIT IntlCodePointBreakIterator::SENTENCE_TERM IntlCodePointBreakIterator::SENTENCE_TERM_LIMIT IntlCodePointBreakIterator::SENTENCE_SEP IntlCodePointBreakIterator::SENTENCE_SEP_LIMIT
&reference.intl.entities.intlcodepointbreakiterator;