Searched refs:xmlIsChar_ch (Results 1 – 2 of 2) sorted by relevance
108 #define xmlIsChar_ch(c) (((0x9 <= (c)) && ((c) <= 0xa)) || \ macro119 xmlIsChar_ch((c)) :\
72 #define IS_BYTE_CHAR(c) xmlIsChar_ch(c)92 #define IS_CHAR_CH(c) xmlIsChar_ch(c)