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

/external/libxml2/
H A Dtree.c349 #define CUR_SCHAR(s, l) xmlStringCurrentChar(NULL, s, &l) macro
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(cu
[all...]
H A Dxmlregexp.c54 #define CUR_SCHAR(s, l) xmlStringCurrentChar(NULL, s, &l) macro
3228 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), len);
3290 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]),
4421 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), len);
4461 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]),
4544 cur = CUR_SCHAR(ctxt->cur, len);
4949 end = start = CUR_SCHAR(ctxt->cur, len);
4988 end = CUR_SCHAR(ctxt->cur, len);
5191 codepoint = CUR_SCHAR(ctxt->cur, len);
H A Dparser.c1786 * CUR_SCHAR same but operate on a string instead of the context
1882 #define CUR_SCHAR(s, l) xmlStringCurrentChar(ctxt, s, &l) macro
2510 c = CUR_SCHAR(str, l);
2619 c = CUR_SCHAR(str, l);
2857 int first = CUR_SCHAR(cur, l);
3317 c = CUR_SCHAR(cur, l);
3324 c = CUR_SCHAR(cur, l);
3328 c = CUR_SCHAR(cur, l);
3358 c = CUR_SCHAR(cur, l);
H A DHTMLparser.c284 #define CUR_SCHAR(s, l) xmlStringCurrentChar(ctxt, s, &l) macro

Completed in 247 milliseconds