Home
last modified time | relevance | path

Searched refs:CUR_SCHAR (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/test/recurse/
Dlol4.patch6 c = CUR_SCHAR(str, l);
/external/libxml2/
Dtree.c359 #define CUR_SCHAR(s, l) xmlStringCurrentChar(NULL, s, &l) macro
405 c = CUR_SCHAR(cur, l); in xmlValidateNCName()
409 c = CUR_SCHAR(cur, l); in xmlValidateNCName()
415 c = CUR_SCHAR(cur, l); in xmlValidateNCName()
420 c = CUR_SCHAR(cur, l); in xmlValidateNCName()
425 c = CUR_SCHAR(cur, l); in xmlValidateNCName()
492 c = CUR_SCHAR(cur, l); in xmlValidateQName()
496 c = CUR_SCHAR(cur, l); in xmlValidateQName()
502 c = CUR_SCHAR(cur, l); in xmlValidateQName()
507 c = CUR_SCHAR(cur, l); in xmlValidateQName()
[all …]
Dxmlregexp.c63 #define CUR_SCHAR(s, l) xmlStringCurrentChar(NULL, s, &l) macro
3352 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), len); in xmlFARegExec()
3414 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), in xmlFARegExec()
4548 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), len);
4588 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]),
4671 cur = CUR_SCHAR(ctxt->cur, len); in xmlFAIsChar()
5088 end = start = CUR_SCHAR(ctxt->cur, len); in xmlFAParseCharRange()
5127 end = CUR_SCHAR(ctxt->cur, len); in xmlFAParseCharRange()
5342 codepoint = CUR_SCHAR(ctxt->cur, len); in xmlFAParseAtom()
Dparser.c2173 #define CUR_SCHAR(s, l) xmlStringCurrentChar(ctxt, s, &l) macro
2681 c = CUR_SCHAR(str, l); in xmlStringLenDecodeEntities()
2806 c = CUR_SCHAR(str, l); in xmlStringLenDecodeEntities()
3044 int first = CUR_SCHAR(cur, l); in xmlSplitQName()
3580 c = CUR_SCHAR(cur, l); in xmlParseStringName()
3587 c = CUR_SCHAR(cur, l); in xmlParseStringName()
3591 c = CUR_SCHAR(cur, l); in xmlParseStringName()
3628 c = CUR_SCHAR(cur, l); in xmlParseStringName()
DHTMLparser.c343 #define CUR_SCHAR(s, l) xmlStringCurrentChar(ctxt, s, &l) macro