Home
last modified time | relevance | path

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

/external/libxml2/
Duri.c58 #define IS_ALPHA(x) (IS_LOWALPHA(x) || IS_UPALPHA(x))
67 #define IS_LOWALPHA(x) (((x) >= 'a') && ((x) <= 'z')) macro