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.c57 #define CUR_SCHAR(s, l) xmlStringCurrentChar(NULL, s, &l) macro
3287 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), len); in xmlFARegExec()
3349 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), in xmlFARegExec()
4483 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), len);
4523 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]),
4606 cur = CUR_SCHAR(ctxt->cur, len); in xmlFAIsChar()
5023 end = start = CUR_SCHAR(ctxt->cur, len); in xmlFAParseCharRange()
5062 end = CUR_SCHAR(ctxt->cur, len); in xmlFAParseCharRange()
5266 codepoint = CUR_SCHAR(ctxt->cur, len); in xmlFAParseAtom()
Dparser.c2121 #define CUR_SCHAR(s, l) xmlStringCurrentChar(ctxt, s, &l) macro
2625 c = CUR_SCHAR(str, l); in xmlStringLenDecodeEntities()
2744 c = CUR_SCHAR(str, l); in xmlStringLenDecodeEntities()
2982 int first = CUR_SCHAR(cur, l); in xmlSplitQName()
3520 c = CUR_SCHAR(cur, l); in xmlParseStringName()
3527 c = CUR_SCHAR(cur, l); in xmlParseStringName()
3531 c = CUR_SCHAR(cur, l); in xmlParseStringName()
3568 c = CUR_SCHAR(cur, l); in xmlParseStringName()
DHTMLparser.c343 #define CUR_SCHAR(s, l) xmlStringCurrentChar(ctxt, s, &l) macro