Home
last modified time | relevance | path

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

/third_party/libxml2/
Duri.c59 #define IS_ALPHA(x) (IS_LOWALPHA(x) || IS_UPALPHA(x))
75 #define IS_UPALPHA(x) (((x) >= 'A') && ((x) <= 'Z')) macro
/third_party/gettext/gnulib-local/lib/libxml/
Duri.c87 #define IS_ALPHA(x) (IS_LOWALPHA(x) || IS_UPALPHA(x))
103 #define IS_UPALPHA(x) (((x) >= 'A') && ((x) <= 'Z')) macro