Searched refs:xmlIsPubidCharQ (Results 1 – 4 of 4) sorted by relevance
332 return(xmlIsPubidCharQ(ch)); in xmlIsPubidChar()
207 #define xmlIsPubidCharQ(c) (((c) < 0x100) ? \ macro
271 #define IS_PUBIDCHAR(c) xmlIsPubidCharQ(c)
155 <ANCHOR id="xmlIsPubidCharQ" href="libxml/libxml-chvalid.html#xmlIsPubidCharQ">