summaryrefslogtreecommitdiff
path: root/core/fxcrt/bytestring.cpp
AgeCommit message (Expand)Author
2018-08-09Move all utf8 decoding under fx_string.hTom Sepez
2018-08-08Move ByteString::FromUnicode() to WideString::ToDefANSI()Tom Sepez
2018-08-07Remove unused codepage code from GetByteString().Tom Sepez
2018-06-19fxcrt::{Byte,Wide}String missing move-assign operatorTom 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-12Return pdfium::span<char> from ByteString::GetBuffer().Tom Sepez
2018-03-13Remove usage of FXSYS_*ASCIIlower/upper methodschromium/3370Ryan Harrison
2018-03-09Explicitly mark helper methods that only operate on ASCII rangesRyan Harrison
2018-01-11Add jumbo build support for fdrm, fpdfdoc and fxcrt.Lei Zhang
2018-01-04Convert usages of pdfium::Optional to OptionalRyan Harrison
2017-12-20Combine operator< and ByteString::Compare().Lei Zhang
2017-11-21Add {Byte/Wide}String::Trim().Lei Zhang
2017-11-16Convert ByteString::{Format|FormatV} to static methodsDan Sinclair
2017-11-07Remove unused parameter from ByteString::FormatFloat().Lei Zhang
2017-11-06Improve ByteString{View}::operator<().Lei Zhang
2017-09-27Remove FXSYS_strlen and FXSYS_wcslenchromium/3226Ryan Harrison
2017-09-27Replace FX_SAFE_STRSIZE with FX_SAFE_SIZE_TRyan Harrison
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-21Move CFX_StringPoolTemplate to StringPoolTemplateDan Sinclair
2017-09-21Move CFX_StringDataTemplate to StringDataTemplateDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison