summaryrefslogtreecommitdiff
path: root/sal/rtl/ustring.cxx
AgeCommit message (Expand)Author
2020-10-05loplugin:reducevarscope in salNoel
2020-09-04Make many OUString functions take std::u16string_view parametersStephan Bergmann
2020-08-11loplugin:flattenNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: salStephan Bergmann
2020-04-15loplugin:buriedassign in salNoel Grandin
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2018-11-11Fix typoAndrea Gelmini
2018-02-02sal: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: salStephan Bergmann
2017-12-15sal: add pre-initialization scheme for allocations.Michael Meeks
2017-10-23loplugin:includeform: salStephan Bergmann
2017-07-17RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin
2017-06-07sal: use thread safe local static in getInternMutexJochen Nitschke
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin
2016-10-07New rtl::splitSurrogates, remove code duplicationStephan Bergmann
2016-08-29Support ConstCharArrayDetector also for UTF-16 arraysStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-07-07performance tuning of rtl_ustr_indexOfAscii_WithLength()Norbert Thiebaud
2015-06-26Add optimized OUString += literal overloadStephan Bergmann
2015-06-25Do not forget to actually set newStr to an empty stringStephan Bergmann
2015-06-23Implement full set of OUString::replaceFirst/All literal overloadsStephan Bergmann
2015-04-20Clean up new rtl/surrogates.hStephan Bergmann
2015-04-20duplicate surrogate codeCaolán McNamara
2015-03-02typoStephan Bergmann
2015-02-12coverity#1268298 mark up codeCaolán McNamara
2015-02-08make this a comment a coverity quellerCaolán McNamara
2015-02-07coverity#1268297 Logically dead codeCaolán McNamara
2015-02-05sal: add some argument checking assertions for strings and buffersMichael Stahl
2015-01-06-Werror,-Wmacro-redefined (under Clang -fsanitize=*)Stephan Bergmann
2014-12-19constants via #define must be integer if used in #if statementChristian Lohmaier
2014-12-19Assert ASCII precond of rtl_uString_newFromAscii/LiteralStephan Bergmann
2014-12-19IMPL_RTL_INTERN -> IMPL_RTL_IS_USTRINGStephan Bergmann
2014-12-19fdo#39440 sal: reduce scope of local variablesMichael Weghorn
2014-11-06Early return missingStephan Bergmann
2014-11-06sal: it is impossible to have non-ASCII char hereMichael Stahl
2014-11-06sal: do not ignore conversion flags for RTL_TEXTENCODING_ASCII_USMichael Stahl
2014-07-01Clean up surrogates.hxxStephan Bergmann
2014-05-22Work around undef conversion of large double to floatStephan Bergmann
2014-04-04Fix ASCII-only checkStephan Bergmann
2014-02-17sal: sal_Bool -> boolStephan Bergmann
2014-02-10Do not do RTL_LOG_STRING_NEW on null pointerStephan Bergmann
2013-12-02Drop duplicate #includeTakeshi Abe
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann
2013-11-12document the use of the strtmpl.cxx and remove unnecessary macro usageNoel Grandin