The IntlPartsIterator class
(No version information available, might only be in Git)
Einführung
Objects of this class can be obtained from IntlBreakIterator objects. While the break iterators provide a sequence of boundary positions when iterated, IntlPartsIterator objects provide, as a convenience, the text fragments comprehended between two successive boundaries.
The keys may represent the offset of the left boundary, right boundary, or they may just the sequence of non-negative integers. See IntlBreakIterator::getPartsIterator().
Klassenbeschreibung
/* Constants */
/* Methoden */
/* Geerbte Methoden */
}Vordefinierte Konstanten
IntlPartsIterator::KEY_SEQUENTIALIntlPartsIterator::KEY_LEFTIntlPartsIterator::KEY_RIGHT
Inhaltsverzeichnis
- IntlPartsIterator::getBreakIterator — Get IntlBreakIterator backing this parts iterator