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

/external/chromium_org/third_party/libxml/src/
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);
H A Dparser.c1803 * CUR_SCHAR same but operate on a string instead of the context
1899 #define CUR_SCHAR(s, l) xmlStringCurrentChar(ctxt, s, &l) macro
2537 c = CUR_SCHAR(str, l);
2646 c = CUR_SCHAR(str, l);
2884 int first = CUR_SCHAR(cur, l);
3367 c = CUR_SCHAR(cur, l);
3374 c = CUR_SCHAR(cur, l);
3378 c = CUR_SCHAR(cur, l);
3408 c = CUR_SCHAR(cur, l);
H A DHTMLparser.c339 #define CUR_SCHAR(s, l) xmlStringCurrentChar(ctxt, s, &l) macro
/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
3275 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), len);
3337 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]),
4470 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), len);
4510 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]),
4593 cur = CUR_SCHAR(ctxt->cur, len);
5009 end = start = CUR_SCHAR(ctxt->cur, len);
5048 end = CUR_SCHAR(ctxt->cur, len);
5251 codepoint = CUR_SCHAR(ctxt->cur, len);
H A Dparser.c1973 * CUR_SCHAR same but operate on a string instead of the context
2076 #define CUR_SCHAR(s, l) xmlStringCurrentChar(ctxt, s, &l) macro
2716 c = CUR_SCHAR(str, l);
2823 c = CUR_SCHAR(str, l);
3061 int first = CUR_SCHAR(cur, l);
3583 c = CUR_SCHAR(cur, l);
3590 c = CUR_SCHAR(cur, l);
3594 c = CUR_SCHAR(cur, l);
3631 c = CUR_SCHAR(cur, l);
H A DHTMLparser.c342 #define CUR_SCHAR(s, l) xmlStringCurrentChar(ctxt, s, &l) macro

Completed in 8780 milliseconds