summaryrefslogtreecommitdiff
path: root/core/fxcrt/cfx_widestring.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-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-28Add << overload for CFX_WideStringRyan Harrison
2017-05-04Give a couple of char to int functions better names.chromium/3090Lei Zhang
2017-05-04Cleanup CFX_CharMapDan Sinclair
2017-04-21Replace FXSYS_iswdigit with std::iswdigit.Lei Zhang
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-07Create initializer-list ctor for strings.Tom Sepez
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-03Drop FXSYS_ from wide string methodsDan Sinclair
2017-04-03Do not shrink buffer before examining last byte in TryVSWPrintFTom Sepez
2017-03-31Re-arrange fxcrt string files to match naming.Tom Sepez