Searched refs:IS_LOWER (Results 1 – 8 of 8) sorted by relevance
144 #undef IS_LOWER152 #define IS_LOWER(c) iswlower(c) macro158 #define IS_LOWER(c) islower((unsigned char) (c)) macro163 #define IS_LOWER(c) ASCII_IS_LOWER(c) macro
213 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro1249 && (IS_LOWER (d_peek_next_char (di)) in cplus_demangle_mangled_name()1578 || IS_LOWER (peek) in d_prefix()1639 else if (IS_LOWER (peek)) in d_unqualified_name()3322 || IS_LOWER (peek) in d_unresolved_name()3887 if (*pend == '.' && (IS_LOWER (pend[1]) || IS_DIGIT (pend[1]) in d_clone_suffix()3891 while (IS_LOWER (*pend) || IS_DIGIT (*pend) || *pend == '_') in d_clone_suffix()5518 if (IS_LOWER (op->name[0])) in d_print_comp_inner()
5079 * cp-demangle.c (IS_UPPER, IS_LOWER): Define.
213 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro1245 && (IS_LOWER (d_peek_next_char (di)) in cplus_demangle_mangled_name()1572 || IS_LOWER (peek) in d_prefix()1633 else if (IS_LOWER (peek)) in d_unqualified_name()3813 if (*pend == '.' && (IS_LOWER (pend[1]) || pend[1] == '_')) in d_clone_suffix()3816 while (IS_LOWER (*pend) || *pend == '_') in d_clone_suffix()5384 if (IS_LOWER (op->name[0])) in d_print_comp_inner()
213 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro1257 && (IS_LOWER (d_peek_next_char (di)) in cplus_demangle_mangled_name()1671 else if (IS_LOWER (peek)) in d_unqualified_name()3349 || IS_LOWER (peek) in d_unresolved_name()3914 if (*pend == '.' && (IS_LOWER (pend[1]) || IS_DIGIT (pend[1]) in d_clone_suffix()3918 while (IS_LOWER (*pend) || IS_DIGIT (*pend) || *pend == '_') in d_clone_suffix()5587 if (IS_LOWER (op->name[0])) in d_print_comp_inner()
5160 * cp-demangle.c (IS_UPPER, IS_LOWER): Define.
213 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro1296 && (IS_LOWER (d_peek_next_char (di)) in cplus_demangle_mangled_name()1745 else if (IS_LOWER (peek)) in d_unqualified_name()3450 || IS_LOWER (peek) in d_unresolved_name()4103 if (*pend == '.' && (IS_LOWER (pend[1]) || IS_DIGIT (pend[1]) in d_clone_suffix()4107 while (IS_LOWER (*pend) || IS_DIGIT (*pend) || *pend == '_') in d_clone_suffix()5831 if (IS_LOWER (op->name[0])) in d_print_comp_inner()
5570 * cp-demangle.c (IS_UPPER, IS_LOWER): Define.