Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c350 #define CUR_SCHAR(s, l) xmlStringCurrentChar(NULL, s, &l) macro
396 c = CUR_SCHAR(cur, l); in xmlValidateNCName()
400 c = CUR_SCHAR(cur, l); in xmlValidateNCName()
406 c = CUR_SCHAR(cur, l); in xmlValidateNCName()
411 c = CUR_SCHAR(cur, l); in xmlValidateNCName()
416 c = CUR_SCHAR(cur, l); in xmlValidateNCName()
483 c = CUR_SCHAR(cur, l); in xmlValidateQName()
487 c = CUR_SCHAR(cur, l); in xmlValidateQName()
493 c = CUR_SCHAR(cur, l); in xmlValidateQName()
498 c = CUR_SCHAR(cur, l); in xmlValidateQName()
[all …]
Dxmlregexp.c54 #define CUR_SCHAR(s, l) xmlStringCurrentChar(NULL, s, &l) macro
3267 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), len); in xmlFARegExec()
3329 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), in xmlFARegExec()
4460 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), len);
4500 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]),
4583 cur = CUR_SCHAR(ctxt->cur, len); in xmlFAIsChar()
4999 end = start = CUR_SCHAR(ctxt->cur, len); in xmlFAParseCharRange()
5038 end = CUR_SCHAR(ctxt->cur, len); in xmlFAParseCharRange()
5241 codepoint = CUR_SCHAR(ctxt->cur, len); in xmlFAParseAtom()
Dparser.c2030 #define CUR_SCHAR(s, l) xmlStringCurrentChar(ctxt, s, &l) macro
2658 c = CUR_SCHAR(str, l); in xmlStringLenDecodeEntities()
2767 c = CUR_SCHAR(str, l); in xmlStringLenDecodeEntities()
3005 int first = CUR_SCHAR(cur, l); in xmlSplitQName()
3478 c = CUR_SCHAR(cur, l); in xmlParseStringName()
3485 c = CUR_SCHAR(cur, l); in xmlParseStringName()
3489 c = CUR_SCHAR(cur, l); in xmlParseStringName()
3519 c = CUR_SCHAR(cur, l); in xmlParseStringName()
DHTMLparser.c339 #define CUR_SCHAR(s, l) xmlStringCurrentChar(ctxt, s, &l) macro