Searched refs:ascii_islower (Results 1 – 4 of 4) sorted by relevance
223 (!was_cap || (i + 1 < input.size() && ascii_islower(input[i + 1])))) { in ToCamelCase()232 if (ascii_islower(input[i])) { in ToCamelCase()266 ascii_islower(input[i + 1])))) { // case 4 in in ToSnakeCase()
104 } else if (ascii_islower(c)) { in UnderscoresToCamelCase()251 return !ascii_islower(name[length]); in IsSpecialName()486 if (ascii_islower(worker[0])) { in UnCamelCaseFieldName()
84 inline bool ascii_islower(char c) { in ascii_islower() function89 return ascii_islower(c) ? c - ('a' - 'A') : c; in ascii_toupper()
205 } else if (ascii_islower(previous)) { in ShoutyToPascalCase()