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

  /external/libxml2/include/libxml/
parserInternals.h 75 * IS_CHAR:
84 #define IS_CHAR(c) xmlIsCharQ(c)
90 * Behaves like IS_CHAR on single-byte value
  /external/libxml2/
pattern.c 760 while ((IS_CHAR(val)) && (val != '"')) {
764 if (!IS_CHAR(val)) {
779 while ((IS_CHAR(val)) && (val != '\'')) {
783 if (!IS_CHAR(val)) {
    [all...]
parser.c     [all...]
HTMLparser.c 479 if (!IS_CHAR(val)) {
    [all...]
parserInternals.c 695 if (!IS_CHAR(val)) {
828 if (!IS_CHAR(val)) {
    [all...]
entities.c 661 if ((l == 1) || (!IS_CHAR(val))) {
xmlsave.c 286 if (!IS_CHAR(val)) {
    [all...]
xinclude.c     [all...]
xmlregexp.c     [all...]
xpath.c     [all...]
  /external/libxslt/libxslt/
pattern.c     [all...]

Completed in 1677 milliseconds