summaryrefslogtreecommitdiff
path: root/ext/intl/breakiterator/codepointiterator_methods.h
Commit message (Collapse)AuthorAgeFilesLines
* Generate method entries for ext/intlMáté Kocsis2020-04-141-22/+0
| | | | Closes GH-5370
* Get rid of method mapping of BreakIterator classesMáté Kocsis2020-02-251-1/+1
|
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
| | | | Closes GH-4732.
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|
* Remove compilation warnings: "warning: no newline at end of file"Christopher Jones2013-08-201-1/+1
|
* Added IntlCodePointBreakIterator.Gustavo André dos Santos Lopes2012-06-221-0/+24
Objects of this class can be instantiated with IntlBreakIterator::createCodePointInstance() The method does not take a locale, as it would not make sense in this context. This class has one additional method: long IntlCodePointIterator::getLastCodePoint() which returns either -1 or the last code point we moved over, if any (and discounting any movement before the last call to IntlBreakIterator::first() or IntlBreakIterator::last()).