summaryrefslogtreecommitdiff
path: root/sal/rtl/ustring.cxx
AgeCommit message (Expand)Author
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
2013-10-28Related: fdo#69641 convert OSL_ASSERT into assertCaolán McNamara
2013-08-20rtl::compareAsciiIgnoreCase cannot be used hereStephan Bergmann
2013-08-19Introduce rtl::compareIgnoreCase and deprecate rtl/character.hxx equivalents.Arnaud Versini
2013-08-08Add SDT probes for interning rtl_uStrings.Mark Wielaard
2013-08-03Add SDT probes for RTL_LOG_STRING_NEW/DELETE.Mark Wielaard
2013-02-22Bin pointless single-child directory levelTor Lillqvist