HomeSort by relevance Sort by last modified time
    Searched refs:xmlIsPubidChar_ch (Results 1 - 2 of 2) sorted by null

  /external/libxml2/include/libxml/
chvalid.h 194 * xmlIsPubidChar_ch:
199 #define xmlIsPubidChar_ch(c) (xmlIsPubidChar_tab[(c)])
208 xmlIsPubidChar_ch((c)) : 0)
parserInternals.h 279 #define IS_PUBIDCHAR_CH(c) xmlIsPubidChar_ch(c)

Completed in 34 milliseconds