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

  /external/libxml2/include/libxml/
chvalid.h 179 * xmlIsIdeographicQ:
184 #define xmlIsIdeographicQ(c) (((c) < 0x100) ? \
parserInternals.h 221 #define IS_IDEOGRAPHIC(c) xmlIsIdeographicQ(c)
  /external/libxml2/
chvalid.c 311 * Use xmlIsIdeographicQ instead
317 return(xmlIsIdeographicQ(ch));

Completed in 55 milliseconds