Searched defs:xmlIsBaseChar_ch (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/include/libxml/
H A Dchvalid.h59 * xmlIsBaseChar_ch:
64 #define xmlIsBaseChar_ch(c) (((0x41 <= (c)) && ((c) <= 0x5a)) || \ macro
77 xmlIsBaseChar_ch((c)) : \

Completed in 16 milliseconds