aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/test/java/com/yahoo/text/TextTestCase.java
Commit message (Expand)AuthorAgeFilesLines
* Use code point count for truncate as welljonmv2023-10-201-20/+3
* Avoid cutting surrogate pairs when tokenisingjonmv2023-10-201-1/+21
* Update copyrightJon Bratseth2023-10-091-1/+1
* Handle the exception that will come when codepoints < 'from' < len.Henning Baldersheim2023-09-181-0/+1
* - Add utility to do substring extraction by codepoints, instead of java char...Henning Baldersheim2023-09-151-0/+31
* Refactor to optimize for hot path.Henning Baldersheim2022-04-061-19/+21
* Update abi and split in hot/cold path.Henning Baldersheim2022-04-051-0/+44
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Text.fmt -> Text.formatArne Juul2021-06-291-1/+1
* add convenience function wrapping "String.format(Locale.US, ...)"Arne Juul2021-06-291-0/+4
* Trunkcate expressions in messagesJon Bratseth2020-02-251-0/+11
* Fix parsing of array query properties in JSON payloadJon Bratseth2019-03-071-0/+14
* Add copyright headerJon Bratseth2018-10-011-0/+1
* Ensure that you can not trick invalid characters past the text verification i...Henning Baldersheim2018-09-191-4/+12
* Add stripInvalidCharactersJon Bratseth2018-04-061-0/+41