Searched refs:RightTrim (Results 1 - 1 of 1) sorted by relevance
/developtools/hdc/src/common/ | ||
H A D | base.h | 149 inline string &RightTrim(string &s, const string &w = WHITE_SPACES) in RightTrim() function 165 return LeftTrim(RightTrim(s, w), w); in Trim() |
Completed in 1 milliseconds