Searched refs:ascii_islower (Results 1 – 5 of 5) sorted by relevance
270 (!was_cap || (i + 1 < input.size() && ascii_islower(input[i + 1])))) { in ToCamelCase()279 if (ascii_islower(input[i])) { in ToCamelCase()313 ascii_islower(input[i + 1])))) { // case 4 in in ToSnakeCase()
76 static inline bool ascii_islower(unsigned char c) { in ascii_islower() function
86 inline bool ascii_islower(char c) { in ascii_islower() function91 return ascii_islower(c) ? c - ('a' - 'A') : c; in ascii_toupper()
123 } else if (ascii_islower(c)) { in UnderscoresToCamelCase()315 return !ascii_islower(name[length]); in IsSpecialName()597 if (ascii_islower(worker[0])) { in UnCamelCaseFieldName()
211 } else if (ascii_islower(previous)) { in ShoutyToPascalCase()