summaryrefslogtreecommitdiff
path: root/core/fxcrt/cfx_bytestring.h
AgeCommit message (Expand)Author
2017-08-22Bypass asserts in string [] operator for empty stringschromium/3194Ryan Harrison
2017-08-15Remove GetAt from string classesRyan Harrison
2017-08-11Add checks of index operations on string classesRyan Harrison
2017-08-10Make CFX_ByteString(ostringstream) const.Henrique Nakashima
2017-08-02Remove unused FromUnicode methodRyan Harrison
2017-08-02Remove parameter from GetIDRyan Harrison
2017-08-02Rewrite how string Insert() methods handle out of bound indicesRyan Harrison
2017-08-01Remove support for negative params to ReleaseBuffer()Ryan Harrison
2017-07-27Remove single param Mid() method from string classesRyan Harrison
2017-06-28Add << overload for CFX_StringCTemplate classeschromium/3144Ryan Harrison
2017-06-27Adding overload for ostream << CFX_ByteStringHenrique Nakashima
2017-06-09Revert "Revert "Adding constructor of CFX_ByteString that takes a std::ostrin...Henrique Nakashima
2017-06-08Revert "Adding constructor of CFX_ByteString that takes a std::ostringstream."Henrique Nakashima
2017-06-08Adding constructor of CFX_ByteString that takes a std::ostringstream.Henrique Nakashima
2017-04-25Delete some CFX string ctors.Lei Zhang
2017-04-17Add iterators for Byte/WideStringCs.Tom Sepez
2017-04-07Create initializer-list ctor for strings.Tom Sepez
2017-03-31Re-arrange fxcrt string files to match naming.Tom Sepez