aboutsummaryrefslogtreecommitdiff
path: root/core/fxcrt/widestring_unittest.cpp
AgeCommit message (Expand)Author
2020-01-28Rename Left() and Right() in {Byte,Wide}String{,View} classesDaniel Hosseinian
2020-01-27Rename Mid() to Substr() in {Byte,Wide}String{,View} classesDaniel Hosseinian
2020-01-08Comment move behavior for fxcrt string and pointer types.Tom Sepez
2019-10-19Implement WideString::ReverseFind()Daniel Hosseinian
2019-10-18Do more testing in ByteString.OneCharReverseIterator unit test.Lei Zhang
2019-07-22Rename CPDF_{Byte,Wide}String::AsSpan() to span()Tom Sepez
2019-04-30Replace _FX_PLATFORM_WINDOWS_ with defined(OS_WIN).Lei Zhang
2019-04-30Replace _FX_PLATFORM_APPLE_ with defined(OS_MACOSX).Lei Zhang
2019-01-14Add WideString::{From,To}Latin1().Lei Zhang
2018-12-11Reduce reallocation in string classes.Lei Zhang
2018-11-30Add WideString::CompareASCIINoCase().Tom Sepez
2018-11-29Squeeze some 0s out of barcode name strings.Tom Sepez
2018-11-29Tidy string hash implementation.Tom Sepez
2018-11-27Add Widestring::{To,From,Is}ASCII()Tom Sepez
2018-11-27Rename WideString::{UTF8,UTF16LE}_Encode() to To{UTF8,UTF16LE}().Tom Sepez
2018-11-27Rename WideString::FromLocal() to FromDefANSI().Tom Sepez
2018-10-12Remove more unnecessary includes and do IWYU as needed.Lei Zhang
2018-08-08Remove unused codepage from WideString::GetWideString().Tom Sepez
2018-08-08Move ByteString::FromUnicode() to WideString::ToDefANSI()Tom Sepez
2018-08-07Add test for {Byte,Wide}String Operator+().Tom Sepez
2018-08-07Speculative fix for null deref above ThrowNoDefaultPropertyExceptionTom 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-17Reland "Return pdfium::span<wchar_t> from WideString::GetBuffer().""Tom Sepez
2018-04-16Revert "Return pdfium::span<wchar_t> from WideString::GetBuffer()."Tom Sepez
2018-04-12Add AsSpan() convenience method to fxcrt strings.Tom Sepez
2018-04-12Return pdfium::span<wchar_t> from WideString::GetBuffer().Tom Sepez
2018-03-14Fix bad return value in WideString::Compare().Lei Zhang
2018-01-04Convert usages of pdfium::Optional to OptionalRyan Harrison
2017-12-07Add WARN_UNUSED_RESULT to more static methods in (Byte|Wide)String.Henrique Nakashima
2017-11-21Add {Byte/Wide}String::Trim().Lei Zhang
2017-11-16Make WideString::{Format|FormatV} staticDan 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_wcslenRyan 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