Searched refs:xmlIsPubidChar_ch (Results 1 – 2 of 2) sorted by relevance
199 #define xmlIsPubidChar_ch(c) (xmlIsPubidChar_tab[(c)]) macro208 xmlIsPubidChar_ch((c)) : 0)
246 #define IS_PUBIDCHAR_CH(c) xmlIsPubidChar_ch(c)