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