Searched refs:CUR_SCHAR (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/test/recurse/ |
D | lol4.patch | 6 c = CUR_SCHAR(str, l);
|
/external/libxml2/ |
D | tree.c | 353 #define CUR_SCHAR(s, l) xmlStringCurrentChar(NULL, s, &l) macro 399 c = CUR_SCHAR(cur, l); in xmlValidateNCName() 403 c = CUR_SCHAR(cur, l); in xmlValidateNCName() 409 c = CUR_SCHAR(cur, l); in xmlValidateNCName() 414 c = CUR_SCHAR(cur, l); in xmlValidateNCName() 419 c = CUR_SCHAR(cur, l); in xmlValidateNCName() 486 c = CUR_SCHAR(cur, l); in xmlValidateQName() 490 c = CUR_SCHAR(cur, l); in xmlValidateQName() 496 c = CUR_SCHAR(cur, l); in xmlValidateQName() 501 c = CUR_SCHAR(cur, l); in xmlValidateQName() [all …]
|
D | xmlregexp.c | 57 #define CUR_SCHAR(s, l) xmlStringCurrentChar(NULL, s, &l) macro 3282 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), len); in xmlFARegExec() 3344 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), in xmlFARegExec() 4477 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), len); 4517 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), 4600 cur = CUR_SCHAR(ctxt->cur, len); in xmlFAIsChar() 5016 end = start = CUR_SCHAR(ctxt->cur, len); in xmlFAParseCharRange() 5055 end = CUR_SCHAR(ctxt->cur, len); in xmlFAParseCharRange() 5259 codepoint = CUR_SCHAR(ctxt->cur, len); in xmlFAParseAtom()
|
D | parser.c | 2122 #define CUR_SCHAR(s, l) xmlStringCurrentChar(ctxt, s, &l) macro 2784 c = CUR_SCHAR(str, l); in xmlStringLenDecodeEntities() 2911 c = CUR_SCHAR(str, l); in xmlStringLenDecodeEntities() 3149 int first = CUR_SCHAR(cur, l); in xmlSplitQName() 3691 c = CUR_SCHAR(cur, l); in xmlParseStringName() 3698 c = CUR_SCHAR(cur, l); in xmlParseStringName() 3702 c = CUR_SCHAR(cur, l); in xmlParseStringName() 3739 c = CUR_SCHAR(cur, l); in xmlParseStringName()
|