Searched refs:IS_UPALPHA (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))
47 #define IS_UPALPHA(x) (((x) >= 'A') && ((x) <= 'Z')) macro

Completed in 943 milliseconds