Searched refs:xmlIsCharQ (Results 1 – 4 of 4) sorted by relevance
257 return(xmlIsCharQ(ch)); in xmlIsChar()
10437 if (!xmlIsCharQ(codepoint)) in xmlCheckCdataPush()10448 if (!xmlIsCharQ(codepoint)) in xmlCheckCdataPush()10461 if (!xmlIsCharQ(codepoint)) in xmlCheckCdataPush()
118 #define xmlIsCharQ(c) (((c) < 0x100) ? \ macro
84 #define IS_CHAR(c) xmlIsCharQ(c)