Home
last modified time | relevance | path

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

/third_party/libxml2/
Duri.c59 #define IS_ALPHA(x) (IS_LOWALPHA(x) || IS_UPALPHA(x))
68 #define IS_LOWALPHA(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))
96 #define IS_LOWALPHA(x) (((x) >= 'a') && ((x) <= 'z')) macro