summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_basic_wstring.cpp
AgeCommit message (Expand)Author
2017-03-30vswprintf() part 2: retry when clearly out of space.chromium/3057Tom Sepez
2017-03-30vswprintf() part 1: move code, create helper function.Tom Sepez
2017-03-30Account for character size in last CFX_WideString patch.Tom Sepez
2017-03-29Fix MSAN uninitialized value report.Tom Sepez
2017-03-28Ensure that CFX_RetainPtr move ctor is used by std::vector.Tom Sepez
2017-03-17Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046Lei Zhang
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-02-13Simplify FX_UTF8Encode variants.chromium/3012Tom Sepez
2016-11-02Remove FX_BOOL from coretsepez
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-15Add string pools to save storage.tsepez
2016-09-15Add short-cut in CFX_{Byte,Wide}String::Operator<()tsepez
2016-09-13Add check for trivial string equalitytsepez
2016-06-14Make code compile with clang_use_chrome_plugin (part II)weili
2016-05-16Fix the code that causes warningsweili
2016-05-13Make CFX_WideString(const CFX_WideString&) explicit.tsepez
2016-05-13Templatize CFX_{Byte,Wide}StringCtsepez
2016-05-11Add much-needed Find() method for CFX_*StringCtsepez
2016-04-27Standardize on ASSERT.dsinclair
2016-04-26CFX_ByteString::Reserve(), ReleaseBuffer() fixes.tsepez
2016-04-21Assert that CFX_ strings are pointer-size.tsepez
2016-04-20Inline CFX_WideString::c_str.dsinclair
2016-04-20Standalone GN build.dsinclair
2016-04-11Make CFX_{Byte,Wide}String::Remove() no-touch if possibletsepez
2016-04-11Avoid copying in TrimRight() and TrimLeft() if possible.tsepez
2016-04-08Make CFX_WideString::FromLocal() take a CFX_ByteStringC argtsepez
2016-04-06Make wide strings use StringData templatetsepez
2016-04-06Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument.tsepez
2016-04-06Rename CFX_WideStringC::raw_str() to c_str()tsepez
2016-04-05Rename GetCStr and GetPtr to match CFX_ByteString.dsinclair
2016-04-01Remove CFX_{Byte,Wide}String::Equal in favor of "==".tsepez
2016-03-31Beef up unit test for CFX_ByteString and CFX_WideString.tsepez
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-21Re-enable several MSVC warningsWei Li
2016-03-14Move core/src/ up to core/.Dan Sinclair