summaryrefslogtreecommitdiff
path: root/i18npool/source/breakiterator
AgeCommit message (Expand)Author
2019-10-21Simplify Sequence iterations in i18npoolArkadiy Illarionov
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-09-01Fix '..'Andrea Gelmini
2019-08-25cid#1448216 silence Explicit null deferenced false positivesCaolán McNamara
2019-08-20loplugin:constvars in i18npool..openclNoel Grandin
2019-08-17Use simplified syntax for SequenceJulien Nabet
2019-08-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): i18npoolStephan Bergmann
2019-07-31Avoid out-of-bounds string accessStephan Bergmann
2019-06-08tdf#125620 add Korean Hangul Jamo codepoint rangesDaeHyun Sung
2019-05-28tdf#42949 Fix IWYU warnings in i18npool/Gabor Kelemen
2019-04-13loplugin:sequentialassign in embeddedobj..l10ntoolsNoel Grandin
2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen
2018-12-13loplugin:useuniqueptr in i18npoolNoel Grandin
2018-10-15clang-tidy misc-redundant-expressionNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-07-26loplugin:redundantcast (clang-cl)Stephan Bergmann
2018-07-23Fix typosAndrea Gelmini
2018-07-23Fix typosAndrea Gelmini
2018-05-22Use vector in BreakIterator_th instead of C arraysKhaled Hosny
2018-05-22Fold BreakIterator_CTL into BreakIterator_thKhaled Hosny
2018-05-22tdf#113694 Fix BreakIterator_CTL surrogate pairsKhaled Hosny
2018-03-15tdf#116072 Add PrefixLetter ")" in Hungarian word breakingLászló Németh
2018-02-28tdf#116072 Extend MidLetter in Hungarian word breakingLászló Németh
2018-02-02loplugin:useuniqueptr in i18npoolNoel Grandin
2018-01-18Revert part of 970b76816a03be0f57f35a790bea57bf299e344bJulien Nabet
2018-01-17Fix typosAndrea Gelmini
2018-01-17Fix typosAndrea Gelmini
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: i18npoolStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2017-12-19Explicitly qualify ICU types with icu:: namespaceEike Rathke
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-11-20Upgrade to ICU 60.1Eike Rathke
2017-11-17Revert "Upgrade to ICU 60.1"Eike Rathke
2017-11-17Upgrade to ICU 60.1David Tardon
2017-10-16tdf#96197 i18npool: don't read beyond end of stringMichael Stahl
2017-10-04Change define to inline and donate some spaces, tdf#96197 follow-upEike Rathke
2017-10-04tdf#96197 do not break Korean words in the middle.Mark Hung
2017-10-04move stuff in i18npool/i18nutil in own namespaceNoel Grandin
2017-10-04tdf#95656 fix orientation for Bopomofo tonal marksMark Hung
2017-09-29Throw exception also in case an unexpected rBreakType was passedEike Rathke
2017-09-28Fix typoAndrea Gelmini
2017-09-28i18n-perf: cache map of breakiterators, tdf#108703Eike Rathke
2017-09-22loplugin:flatten in filter..i18npoolNoel Grandin
2017-09-06iOS, make gendict.cxx compilejan Iversen
2017-08-23loplugin:useuniqueptr, look for containers..Noel Grandin