Home
last modified time | relevance | path

Searched refs:IS_UPALPHA (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))
43 #define IS_UPALPHA(x) (((x) >= 'A') && ((x) <= 'Z')) macro
/external/libxml2/
Duri.c58 #define IS_ALPHA(x) (IS_LOWALPHA(x) || IS_UPALPHA(x))
74 #define IS_UPALPHA(x) (((x) >= 'A') && ((x) <= 'Z')) macro