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

  /external/libxml2/
tree.c 349 #define CUR_SCHAR(s, l) xmlStringCurrentChar(NULL, s, &l)
395 c = CUR_SCHAR(cur, l);
399 c = CUR_SCHAR(cur, l);
405 c = CUR_SCHAR(cur, l);
410 c = CUR_SCHAR(cur, l);
415 c = CUR_SCHAR(cur, l);
482 c = CUR_SCHAR(cur, l);
486 c = CUR_SCHAR(cur, l);
492 c = CUR_SCHAR(cur, l);
497 c = CUR_SCHAR(cur, l)
    [all...]
xmlregexp.c 54 #define CUR_SCHAR(s, l) xmlStringCurrentChar(NULL, s, &l)
    [all...]
parser.c     [all...]
HTMLparser.c 284 #define CUR_SCHAR(s, l) xmlStringCurrentChar(ctxt, s, &l)
    [all...]

Completed in 308 milliseconds