Searched refs:to_lower (Results 1 – 11 of 11) sorted by relevance
136 to_lower(char c) in to_lower() function146 if (to_lower(a[i]) != to_lower(b[i])) in istrcmp()147 return (int) to_lower(a[i]) - (int) to_lower(b[i]); in istrcmp()159 if (to_lower(a[i]) != to_lower(b[i])) in istrncmp()160 return (int) to_lower(a[i]) - (int) to_lower(b[i]); in istrncmp()
58 to_lower(char c);
29 std::string to_lower(std::string str) in to_lower() function46 return to_lower(str).substr(strLen - suffixLen) == to_lower(suffix); in endswith_lower()
37 to_lower () { function54 IMAGE_TYPE=$(to_lower "$1")
46 to_lower () { function
67 if (to_lower(conn->fullname()).find(to_lower(name)) == string::npos) in resolve_connector()
8 string to_lower(const string& str) in to_lower() function
64 static SkString to_lower(const char* str) { in to_lower() function176 fName.appendf("_%s", to_lower(SkBlendMode_Name(fMode)).c_str()); in makeName()
6 std::string to_lower(const std::string& str);
311 function to_lower() { function530 s) STRATEGY_OPTION=$(to_lower "${OPTARG}");;534 d) DATA_TYPE=$(to_lower "${OPTARG}");;
456 intrin_lower_name = intrin_name.to_lower().underscorify()