summaryrefslogtreecommitdiff
path: root/core/fxcrt/cfx_string_c_template.h
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 parameter from GetIDRyan 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-20Change length calculation in CFX_StringCTemplate constructorRyan Harrison
2017-07-19Rename StringCs c_str() to unterminated_c_str().Tom Sepez
2017-06-30Remove hand rolled bsearch from HTMLSTR2CodeRyan Harrison
2017-05-22CFX_ByteStringC: avoid taking unreferenceable vector::data() ptr.chromium/3108Tom Sepez
2017-05-18Use UnownedPtr to check CFX_*StringC lifetimeschromium/3104Tom Sepez
2017-04-17Add iterators for Byte/WideStringCs.Tom Sepez
2017-04-13Add ability to make StringCs from std::vector<>s.Tom Sepez
2017-03-31Re-arrange fxcrt string files to match naming.Tom Sepez
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2016-11-21Fixup lint flags.Dan Sinclair
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-05-13Templatize CFX_{Byte,Wide}StringCtsepez