Searched refs:xmlIsPubidChar_ch (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dchvalid.h194 * xmlIsPubidChar_ch:
199 #define xmlIsPubidChar_ch(c) (xmlIsPubidChar_tab[(c)]) macro
208 xmlIsPubidChar_ch((c)) : 0)
H A DparserInternals.h246 #define IS_PUBIDCHAR_CH(c) xmlIsPubidChar_ch(c)

Completed in 263 milliseconds