summaryrefslogtreecommitdiff
path: root/i18npool/source/breakiterator
AgeCommit message (Expand)Author
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
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-07-18loplugin:constparams in i18npool,opencl,svlNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-04-06scriptclass for codepoint 0 is WEAKCaolán McNamara
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-28tdf#106755: Fix script type for combining marksKhaled Hosny
2017-03-27loplugin:redundantinlineTor Lillqvist
2017-03-03extend with-locale hack to the service instantiationCaolán McNamara
2017-02-10Remove MinGW supportStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-29use unique_ptr for xdictionaryJochen Nitschke
2016-11-18loplugin:datamembershadowNoel Grandin
2016-11-02upgrade to ICU 58Eike Rathke
2016-08-26loplugin:refcounting: also cover temporaries being directly stack managedStephan Bergmann