Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 1 | -2/+0 |
| | | | | Closes GH-4732. | ||||
* | Simplify namespace access | Anatol Belski | 2018-04-01 | 1 | -3/+3 |
| | | | | The icu namespace is an alias which resolves to the real namespace. | ||||
* | Utilize the recommended way to handle the icu namespace | Anatol Belski | 2018-03-31 | 1 | -0/+3 |
| | |||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 |
| | |||||
* | 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/+98 |
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()). |