Searched refs:trimSpaces (Results 1 – 3 of 3) sorted by relevance
23 inline std::string trimSpaces(const std::string &str) in trimSpaces() function89 sectionName = trimSpaces(line.substr(pLeft + 1, pRight - pLeft - 1)); in readConfiguration()99 std::string key = trimSpaces(line.substr(0, pLeft)); in readConfiguration()100 std::string value = trimSpaces(line.substr(pLeft + 1)); in readConfiguration()
28 void trimSpaces(CharString& factor, UErrorCode& status){ in trimSpaces() function106 trimSpaces(cr->factor, status); in put()