Searched defs:CUR_SCHAR (Results 1 - 4 of 4) sorted by relevance

/external/libxml2/
H A DHTMLparser.c339 #define CUR_SCHAR(s, l) xmlStringCurrentChar(ctxt, s, &l) macro
H A Dparser.c1934 * CUR_SCHAR same but operate on a string instead of the context
2030 #define CUR_SCHAR(s, l) xmlStringCurrentChar(ctxt, s, &l) macro
2658 c = CUR_SCHAR(str, l);
2767 c = CUR_SCHAR(str, l);
3005 int first = CUR_SCHAR(cur, l);
3478 c = CUR_SCHAR(cur, l);
3485 c = CUR_SCHAR(cur, l);
3489 c = CUR_SCHAR(cur, l);
3519 c = CUR_SCHAR(cur, l);
H A Dtree.c350 #define CUR_SCHAR(s, l) xmlStringCurrentChar(NULL, s, &l) macro
396 c = CUR_SCHAR(cur, l);
400 c = CUR_SCHAR(cur, l);
406 c = CUR_SCHAR(cur, l);
411 c = CUR_SCHAR(cur, l);
416 c = CUR_SCHAR(cur, l);
483 c = CUR_SCHAR(cur, l);
487 c = CUR_SCHAR(cur, l);
493 c = CUR_SCHAR(cur, l);
498 c = CUR_SCHAR(cu
[all...]
H A Dxmlregexp.c54 #define CUR_SCHAR(s, l) xmlStringCurrentChar(NULL, s, &l) macro
3267 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), len);
3329 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]),
4460 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), len);
4500 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]),
4583 cur = CUR_SCHAR(ctxt->cur, len);
4999 end = start = CUR_SCHAR(ctxt->cur, len);
5038 end = CUR_SCHAR(ctxt->cur, len);
5241 codepoint = CUR_SCHAR(ctxt->cur, len);

Completed in 150 milliseconds