Searched defs:apr_islower (Results 1 – 2 of 2) sorted by relevance
213 #define apr_islower(c) (islower(((unsigned char)(c)))) macro