Searched refs:CUR_SCHAR (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/
H A Dtree.c353 #define CUR_SCHAR(s, l) xmlStringCurrentChar(NULL, s, &l) macro
399 c = CUR_SCHAR(cur, l);
403 c = CUR_SCHAR(cur, l);
409 c = CUR_SCHAR(cur, l);
414 c = CUR_SCHAR(cur, l);
419 c = CUR_SCHAR(cur, l);
486 c = CUR_SCHAR(cur, l);
490 c = CUR_SCHAR(cur, l);
496 c = CUR_SCHAR(cur, l);
501 c = CUR_SCHAR(cu
[all...]
H A Dxmlregexp.c57 #define CUR_SCHAR(s, l) xmlStringCurrentChar(NULL, s, &l) macro
3282 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), len);
3344 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]),
4477 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), len);
4517 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]),
4600 cur = CUR_SCHAR(ctxt->cur, len);
5016 end = start = CUR_SCHAR(ctxt->cur, len);
5055 end = CUR_SCHAR(ctxt->cur, len);
5259 codepoint = CUR_SCHAR(ctxt->cur, len);
H A Dparser.c2008 * CUR_SCHAR same but operate on a string instead of the context
2122 #define CUR_SCHAR(s, l) xmlStringCurrentChar(ctxt, s, &l) macro
2784 c = CUR_SCHAR(str, l);
2911 c = CUR_SCHAR(str, l);
3149 int first = CUR_SCHAR(cur, l);
3691 c = CUR_SCHAR(cur, l);
3698 c = CUR_SCHAR(cur, l);
3702 c = CUR_SCHAR(cur, l);
3739 c = CUR_SCHAR(cur, l);

Completed in 168 milliseconds