Home
last modified time | relevance | path

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

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