summaryrefslogtreecommitdiff
path: root/sal/rtl/ustring.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: salStephan Bergmann1-1/+1
2020-04-15loplugin:buriedassign in salNoel Grandin1-6/+10
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin1-18/+18
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+4
2018-11-11Fix typoAndrea Gelmini1-3/+3
2018-02-02sal: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-4/+0
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: salStephan Bergmann1-28/+28
2017-12-15sal: add pre-initialization scheme for allocations.Michael Meeks1-4/+4
2017-10-23loplugin:includeform: salStephan Bergmann1-2/+2
2017-07-17RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock1-5/+5
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-1/+1
2017-06-07sal: use thread safe local static in getInternMutexJochen Nitschke1-19/+1
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-0/+12
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin1-1/+1
2016-10-07New rtl::splitSurrogates, remove code duplicationStephan Bergmann1-7/+1
2016-08-29Support ConstCharArrayDetector also for UTF-16 arraysStephan Bergmann1-0/+203
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-4/+4
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-51/+51
2015-07-07performance tuning of rtl_ustr_indexOfAscii_WithLength()Norbert Thiebaud1-6/+18
2015-06-26Add optimized OUString += literal overloadStephan Bergmann1-0/+24
2015-06-25Do not forget to actually set newStr to an empty stringStephan Bergmann1-3/+3
2015-06-23Implement full set of OUString::replaceFirst/All literal overloadsStephan Bergmann1-0/+58
2015-04-20Clean up new rtl/surrogates.hStephan Bergmann1-11/+10
2015-04-20duplicate surrogate codeCaolán McNamara1-1/+1
2015-03-02typoStephan Bergmann1-1/+1
2015-02-12coverity#1268298 mark up codeCaolán McNamara1-4/+5
2015-02-08make this a comment a coverity quellerCaolán McNamara1-4/+4
2015-02-07coverity#1268297 Logically dead codeCaolán McNamara1-2/+0
2015-02-05sal: add some argument checking assertions for strings and buffersMichael Stahl1-4/+35
2015-01-06-Werror,-Wmacro-redefined (under Clang -fsanitize=*)Stephan Bergmann1-0/+9
2014-12-19constants via #define must be integer if used in #if statementChristian Lohmaier1-1/+1
2014-12-19Assert ASCII precond of rtl_uString_newFromAscii/LiteralStephan Bergmann1-4/+1
2014-12-19IMPL_RTL_INTERN -> IMPL_RTL_IS_USTRINGStephan Bergmann1-1/+3
2014-12-19fdo#39440 sal: reduce scope of local variablesMichael Weghorn1-2/+1
2014-11-06Early return missingStephan Bergmann1-0/+2
2014-11-06sal: it is impossible to have non-ASCII char hereMichael Stahl1-4/+1
2014-11-06sal: do not ignore conversion flags for RTL_TEXTENCODING_ASCII_USMichael Stahl1-7/+12
2014-07-01Clean up surrogates.hxxStephan Bergmann1-7/+7
2014-05-22Work around undef conversion of large double to floatStephan Bergmann1-2/+17
2014-04-04Fix ASCII-only checkStephan Bergmann1-14/+20
2014-02-17sal: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-10Do not do RTL_LOG_STRING_NEW on null pointerStephan Bergmann1-2/+2
2013-12-02Drop duplicate #includeTakeshi Abe1-1/+0
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann1-2/+2
2013-11-12document the use of the strtmpl.cxx and remove unnecessary macro usageNoel Grandin1-14/+18
2013-10-28Related: fdo#69641 convert OSL_ASSERT into assertCaolán McNamara1-6/+6
2013-08-20rtl::compareAsciiIgnoreCase cannot be used hereStephan Bergmann1-2/+14
2013-08-19Introduce rtl::compareIgnoreCase and deprecate rtl/character.hxx equivalents.Arnaud Versini1-14/+2