Home
last modified time | relevance | path

Searched refs:trimSpaces (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/System/
DConfigurator.cpp23 inline std::string trimSpaces(const std::string &str) in trimSpaces() function
89 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()
/external/cronet/third_party/icu/source/i18n/
Dunits_data.cpp28 void trimSpaces(CharString& factor, UErrorCode& status){ in trimSpaces() function
106 trimSpaces(cr->factor, status); in put()
/external/icu/icu4c/source/i18n/
Dunits_data.cpp28 void trimSpaces(CharString& factor, UErrorCode& status){ in trimSpaces() function
106 trimSpaces(cr->factor, status); in put()