Searched refs:ISLOWER (Results 1 - 1 of 1) sorted by relevance

/haiku/src/build/libgnuregex/
H A Dregex.c145 #define ISLOWER(c) (isascii (c) && islower (c))
1496 || (is_lower && ISLOWER (ch))
144 #define ISLOWER macro

Completed in 85 milliseconds