Searched refs:ascii_tolower (Results 1 – 5 of 5) sorted by relevance
231 result.push_back(ascii_tolower(input[i])); in ToCamelCase()244 result.push_back(ascii_tolower(input[i])); in ToCamelCase()274 result.push_back(ascii_tolower(input[i])); in ToSnakeCase()
208 result += ascii_tolower(current); in ShoutyToPascalCase()226 prefix_to_match += ascii_tolower(prefix[i]); in TryRemovePrefix()239 if (ascii_tolower(value[value_index]) != prefix_to_match[prefix_index++]) { in TryRemovePrefix()
122 current += ascii_tolower(c); in UnderscoresToCamelCase()151 result[0] = ascii_tolower(result[0]); in UnderscoresToCamelCase()519 result += ascii_tolower(c); in UnCamelCaseFieldName()1137 } else if (desired == ascii_tolower(input)) { in AddFirst()
92 inline char ascii_tolower(char c) { in ascii_tolower() function
1293 static_cast<int>(static_cast<unsigned char>(ascii_tolower(us1[i]))) - in memcasecmp()1294 static_cast<int>(static_cast<unsigned char>(ascii_tolower(us2[i]))); in memcasecmp()