Home | History | Annotate | Download | only in libxml2

Lines Matching full:is_alpha

27 #define IS_ALPHA(x) (IS_LOWALPHA(x) || IS_UPALPHA(x))
57 #define IS_ALPHANUM(x) (IS_ALPHA(x) || IS_DIGIT(x))