Searched refs:is_lower (Results 1 – 4 of 4) sorted by relevance
34 int is_lower = s >= 'a' && s <= 'z'; in no_mischief_strncpy() local38 if (is_lower || is_upper || is_digit) { in no_mischief_strncpy()
26 static inline bool is_lower(int c) { in is_lower() function103 if (is_lower(op)) { in FromSVGString()