summaryrefslogtreecommitdiff
path: root/i18npool/qa/cppunit
AgeCommit message (Expand)AuthorFilesLines
2024-07-17tdf#150621 Changed Korean word counting to use wordsJonathan Clark1-38/+60
2024-07-16tdf#114160 Regression tests for non-breaking ZWJJonathan Clark1-0/+21
2024-07-16tdf#46950 Allow intra-word right double quotation markJonathan Clark1-19/+86
2024-07-02BootstrapFixture: get rid of mxComponentContextXisco Fauli1-9/+9
2024-06-27tdf#161737 i18npool: fix bad word selection with NNBSPLászló Németh1-0/+30
2024-06-27tdf#161737 i18npool: fix fake spelling alarms with NNBSPLászló Németh1-0/+30
2024-06-27tdf#138258 i18npool: allow ASCII double quote to match typographic quoteLászló Németh1-0/+88
2024-05-20loplugin:ostr in variousNoel Grandin1-4/+4
2024-05-09tdf#49885 BreakIterator rule upgradesJonathan Clark1-121/+233
2024-05-09loplugin:ostr in i18npoolNoel Grandin7-132/+138
2024-05-03tdf#49885 Updated CJK BreakIterator to use ICUJonathan Clark1-27/+63
2024-04-20tdf#49885 Removed custom Thai BreakIteratorJonathan Clark1-0/+42
2024-04-17tdf#49885 Reviewed BreakIterator customizationsJonathan Clark1-0/+559
2024-04-12tdf#147021 Replace SAL_N_ELEMENTS with std::sizeAshwani50091-1/+1
2023-11-20Extended loplugin:ostr: i18npoolStephan Bergmann1-2/+2
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: i18npoolStephan Bergmann2-34/+34
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann1-1/+1
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann3-79/+79
2023-07-24i18npool: Test case folding of surrogate pairsKhaled Hosny1-0/+55
2023-07-24tdf#97152: Fix upper case mapping of lunate sigma (U+03F2)Khaled Hosny1-8/+8
2023-07-24tdf#96343, tdf#134766, tdf#97152: Fallback to ICU for case mappingKhaled Hosny1-0/+102
2023-07-24i18npool: Add a test for sigma case foldingKhaled Hosny1-0/+34
2023-07-24CppunitTest_i18npool_characterclassification: use CPPUNIT_TEST_FIXTURE()Khaled Hosny1-12/+3
2023-06-21Require icu-i18n >= 66Khaled Hosny1-6/+0
2023-04-25Add some tests for (Japanese) i18n::IndexEntrySupplier behaviorStephan Bergmann1-0/+70
2023-04-13Fix UBSan function-type-mismatchStephan Bergmann1-77/+147
2023-04-04Fix typos in XML that broke three implementation elementsStephan Bergmann1-6/+2
2023-04-04tdf#151971: Fix used implementation names of transliteration servicesStephan Bergmann1-0/+126
2023-01-31tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroektagoel121-22/+22
2022-08-19tdf#91764: Combining marks from “complex” scripts can’t be searched forKhaled Hosny1-0/+121
2022-04-15apply ICU test workaround to < 70 to "fix" test with ICU 71Rene Engelhard1-2/+2
2022-03-10Use icu::UnicodeString directlyMike Kaganski1-5/+4
2022-02-25tdf#145759 30.6001 -> monthDaysWithoutJanFebHossein1-0/+130
2021-11-16Update to ICU 70.1Eike Rathke1-0/+12
2021-10-25Missing `static`Stephan Bergmann1-1/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-26/+12
2021-08-19tdf#143526 add Korean Numbering test case & fix Hanja number codepointDaeHyun Sung1-0/+282
2021-07-29Make duplicate generated numbering identifiers unique, tdf#143526 follow-upEike Rathke1-4/+0
2021-07-29Add NumberingIdentifier unit test, tdf#143526 relatedEike Rathke1-0/+61
2021-06-14We only support ICU version 4.6 or newer, so drop these checksMike Kaganski1-6/+0
2021-05-14Improve loplugin:stringviewStephan Bergmann1-2/+3
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann3-57/+115
2021-01-27Improve loplugin:stringliteralvarStephan Bergmann2-134/+91
2020-11-28drop custom Indic grapheme rules and rely on contemporary icu defaultsCaolán McNamara1-6/+18
2020-11-13tdf#117643 Writer: fix apostrophe search regressionLászló Németh1-0/+115
2020-11-10Reinstate o3tl/cppunittraitshelper.hxx use for C++20Stephan Bergmann1-0/+1
2020-11-10new loplugin:reducevarscopeNoel Grandin1-4/+2
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen1-3/+0
2020-06-04Upcoming loplugin:elidestringvar: i18npoolStephan Bergmann2-5/+2
2020-03-23sw: add pad-to-5 numberingMiklos Vajna1-0/+26