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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
H A Duri.c27 #define IS_ALPHA(x) (IS_LOWALPHA(x) || IS_UPALPHA(x))
36 #define IS_LOWALPHA(x) (((x) >= 'a') && ((x) <= 'z')) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
H A Duri.c27 #define IS_ALPHA(x) (IS_LOWALPHA(x) || IS_UPALPHA(x))
36 #define IS_LOWALPHA(x) (((x) >= 'a') && ((x) <= 'z')) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
H A Duri.c27 #define IS_ALPHA(x) (IS_LOWALPHA(x) || IS_UPALPHA(x))
36 #define IS_LOWALPHA(x) (((x) >= 'a') && ((x) <= 'z')) macro

Completed in 107 milliseconds