summaryrefslogtreecommitdiff
path: root/Tests/AK/TestStringView.cpp
AgeCommit message (Expand)Author
2022-07-12Tests: Remove StringView char const* initialization testsin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-11AK: Define a traits helper for case-insensitive StringView hashingTimothy Flynn
2021-11-10AK+Everywhere: Stop including Vector.h from StringView.hAndreas Kling
2021-07-02AK: Implement String::find_any_of() and StringView::find_any_of()Max Wipfli
2021-07-02AK+Everywhere: Remove StringView::find_{first,last}_of(char) methodsMax Wipfli
2021-06-27AK: Make the constexpr StringView methods actually constexprAli Mohammad Pur
2021-06-04AK: Don’t drop lines between \r and \n in StringView::lines() (#7662)R Smith
2021-05-06Tests: Move AK tests to Tests/AKBrian Gianforcaro