summaryrefslogtreecommitdiff
path: root/core/fxcrt/bytestring_unittest.cpp
AgeCommit message (Expand)Author
2018-08-07Add test for {Byte,Wide}String Operator+().Tom Sepez
2018-07-18Add pdfium::span::as_bytes() and as_writable_bytes().Tom Sepez
2018-07-03Test {Byte,Wide}String works with std::begin().Tom Sepez
2018-06-19fxcrt::{Byte,Wide}String missing move-assign operatorTom Sepez
2018-04-18Add AsRawSpan() to ByteString.Tom Sepez
2018-04-17Re-land "Return pdfium::span<char> from ByteString::GetBuffer().""Tom Sepez
2018-04-16Revert "Return pdfium::span<char> from ByteString::GetBuffer()."Tom Sepez
2018-04-12Add AsSpan() convenience method to fxcrt strings.Tom Sepez
2018-04-12Return pdfium::span<char> from ByteString::GetBuffer().Tom Sepez
2018-04-09Make StringViewTemplate be based on pdfium::span<>.Tom Sepez
2018-01-04Convert usages of pdfium::Optional to OptionalRyan Harrison
2017-11-21Add {Byte/Wide}String::Trim().Lei Zhang
2017-11-16Convert ByteString::{Format|FormatV} to static methodsDan Sinclair
2017-11-06Improve ByteString{View}::operator<().Lei Zhang
2017-11-06Mark string pointers as const in string unit tests.Lei Zhang
2017-09-27Remove FXSYS_strlen and FXSYS_wcslenchromium/3226Ryan Harrison
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-21Move CFX_StringPoolTemplate to StringPoolTemplateDan Sinclair
2017-09-18Convert string class namesRyan Harrison