Searched refs:CUR_SCHAR (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/ |
D | tree.c | 350 #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 …]
|
D | xmlregexp.c | 54 #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()
|
D | parser.c | 2030 #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()
|
D | HTMLparser.c | 339 #define CUR_SCHAR(s, l) xmlStringCurrentChar(ctxt, s, &l) macro
|