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

  /external/libxml2/
tree.c 359 #define CUR_SCHAR(s, l) xmlStringCurrentChar(NULL, s, &l)
405 c = CUR_SCHAR(cur, l);
409 c = CUR_SCHAR(cur, l);
415 c = CUR_SCHAR(cur, l);
420 c = CUR_SCHAR(cur, l);
425 c = CUR_SCHAR(cur, l);
492 c = CUR_SCHAR(cur, l);
496 c = CUR_SCHAR(cur, l);
502 c = CUR_SCHAR(cur, l);
507 c = CUR_SCHAR(cur, l)
    [all...]
xmlregexp.c 57 #define CUR_SCHAR(s, l) xmlStringCurrentChar(NULL, s, &l)
    [all...]
parser.c     [all...]

Completed in 92 milliseconds