Searched refs:xmlIsCharQ (Results 1 – 5 of 5) sorted by relevance
257 return(xmlIsCharQ(ch)); in xmlIsChar()
11044 if (!xmlIsCharQ(codepoint)) in xmlCheckCdataPush()11055 if (!xmlIsCharQ(codepoint)) in xmlCheckCdataPush()11068 if (!xmlIsCharQ(codepoint)) in xmlCheckCdataPush()
118 #define xmlIsCharQ(c) (((c) < 0x100) ? \ macro
117 #define IS_CHAR(c) xmlIsCharQ(c)
142 <ANCHOR id="xmlIsCharQ" href="libxml/libxml-chvalid.html#xmlIsCharQ">