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

/vbox/src/libs/libxml2-2.6.31/
H A Duri.c31 #define IS_ALPHA(x) (IS_LOWALPHA(x) || IS_UPALPHA(x))
40 #define IS_LOWALPHA(x) (((x) >= 'a') && ((x) <= 'z')) macro

Completed in 53 milliseconds