summaryrefslogtreecommitdiff
path: root/include/o3tl/string_view.hxx
AgeCommit message (Expand)Author
2023-10-12Fix typos in C++ feature test macrosStephan Bergmann
2023-05-06update loplugin:stringview* for o3tl::iterateCodePointsNoel Grandin
2023-05-05Break comphelper::adjustIndexToStartOfSurrogate out of o3tl::iterateCodePointsStephan Bergmann
2023-05-05Fix typo in assertStephan Bergmann
2023-05-05Fix typoAndrea Gelmini
2023-05-04Provide std::u16string_view based o3tl::iterateCodePointsStephan Bergmann
2023-04-14Another micro-optimizationMike Kaganski
2023-04-14loplugin:stringviewparam improvementsNoel Grandin
2023-04-13deduplicate o3tl::trimMike Kaganski
2023-04-12Use o3tl::trim in strtmpl.hxxMike Kaganski
2023-04-12fix o3tl::equalsAsciiLNoel Grandin
2023-04-11use more string_view in o3tl::equalsAsciiNoel Grandin
2023-04-11fix for o3tl::equalsAsciiNoel Grandin
2022-05-29New o3tl::intcmp.hxxStephan Bergmann
2022-05-05use more string_viewNoel Grandin
2022-05-03add o3tl::matchIgnoreAsciiCaseNoel Grandin
2022-05-03add o3tl::equalsAsciiNoel Grandin
2022-04-26add o3tl::toUInt32Noel Grandin
2022-04-15Add some clarifying comments for o3tl::getToken overloadsStephan Bergmann
2022-04-14Add some clarifying comments for o3lt::getTokenStephan Bergmann
2022-04-14address review commentsNoel Grandin
2022-04-14Fix comment againStephan Bergmann
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin
2022-04-11Cleanup commentMike Kaganski
2022-04-11Replace references to rtl_ImplIsWhitespace with implIsWhitespaceMike Kaganski
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-04-09add a more complete o3tl::getTokenNoel Grandin
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-08loplugin:stringviewparam convert methods using trimNoel Grandin
2022-03-01use OUStringBuffer for a string that's modified often (tdf#145862)Luboš Luňák
2022-03-01fix o3tl::equalsIgnoreAsciiCase()Luboš Luňák
2021-12-20Recheck include/[e-r]* with IWYUGabor Kelemen
2021-09-21Some more o3tl::starts/ends_with overloadsStephan Bergmann
2021-09-19Some more string_view use, add o3tl::starts/ends_withStephan Bergmann
2021-05-18Replace rtl_string_getTokenView with o3tl::getTokenStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2019-01-11Drop o3tl/string_view.hxxStephan Bergmann
2018-12-16Fix o3tl::string_view streaming operator <<Stephan Bergmann
2018-12-07HAVE_CXX14_CONSTEXPR is always true nowStephan Bergmann
2018-11-30Remove obsolete _MSC_VER checksStephan Bergmann
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-02-01o3tl: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2017-04-10Clean up uses of SAL_U/SAL_W: embedservStephan Bergmann
2017-04-07Introduce o3tl::string_view.hxx approximation of C++17 <string_view>Stephan Bergmann