summaryrefslogtreecommitdiffstats
path: root/src/string_piece_util.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove 'using namespace std' from header files, properly namespace all std ↵Michael Jones2020-09-301-3/+2
| | | | symbols
* Add string_piece_utilTakuto Ikuta2017-04-261-0/+34
Following functions are implemented for further performance optimization. * JoinStringPiece * SplitStringPiece * EqualsCaseInsensitiveASCII * ToLowerASCII To improve performance of CLParser, I will introduce above functions into include_normalize-win32.cc.