Searched refs:toLowerStr (Results 1 – 1 of 1) sorted by relevance
41 static inline std::string toLowerStr(const std::string& s) { in toLowerStr() function52 return toLowerStr(trimDefault(s)); in trimHeader()330 if (strcmp(toLowerStr(value).c_str(), "true") == 0 || strcmp(value.c_str(), "1") == 0) { in insertField()334 … if (strcmp(toLowerStr(value).c_str(), "false") == 0 || strcmp(value.c_str(), "0") == 0) { in insertField()