Searched defs:xmlIsChar_ch (Results 1 – 2 of 2) sorted by relevance
108 #define xmlIsChar_ch(c) (((0x9 <= (c)) && ((c) <= 0xa)) || \ macro