Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate method entries for ext/intl | Máté Kocsis | 2020-04-14 | 1 | -22/+0 |
| | | | | Closes GH-5370 | ||||
* | Get rid of method mapping of BreakIterator classes | Máté Kocsis | 2020-02-25 | 1 | -1/+1 |
| | |||||
* | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 1 | -2/+0 |
| | | | | Closes GH-4732. | ||||
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | Remove compilation warnings: "warning: no newline at end of file" | Christopher Jones | 2013-08-20 | 1 | -1/+1 |
| | |||||
* | Added IntlCodePointBreakIterator. | Gustavo André dos Santos Lopes | 2012-06-22 | 1 | -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()). |