summaryrefslogtreecommitdiff
path: root/core/fxcrt/cfx_bytestring.cpp
AgeCommit message (Expand)Author
2017-08-25Add help IsValid* methods to string classeschromium/3198chromium/3197Ryan Harrison
2017-08-23Convert string Find methods to return an OptionalRyan 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-02Remove support for out of bounds params in DeleteRyan 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-08-01Replace raw value for constant error value in string operationsRyan Harrison
2017-07-27Remove single param Mid() method from string classesRyan Harrison
2017-07-19Rename StringCs c_str() to unterminated_c_str().Tom Sepez
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-05-04Cleanup CFX_CharMapDan Sinclair
2017-04-25Use fx_extension.h utilities in more places.Lei Zhang
2017-04-07Create initializer-list ctor for strings.Tom Sepez
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-03-31Re-arrange fxcrt string files to match naming.Tom Sepez