Searched refs:IS_LOWER_CASE_CHAR (Results 1 – 3 of 3) sorted by relevance
293 if (IS_LOWER_CASE_CHAR(ch)) fputc(toupper(ch), stdout); in print_membership()
221 #define IS_LOWER_CASE_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00080000) macro
1224 if (! IS_LOWER_CASE_CHAR(*txt)) in parse_attrs()