Home
last modified time | relevance | path

Searched refs:checkIndex (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DASCIIFastPath.h123 for (unsigned checkIndex = 0; checkIndex < ucharsPerLoop; ++checkIndex)
124 ASSERT(!(source[i+checkIndex] & 0xff00));
/external/libxml2/
DHTMLparser.c4802 ctxt->checkIndex = 0; in htmlInitParserCtxt()
4995 if (ctxt->checkIndex > base) in htmlParseLookupSequence()
4996 base = ctxt->checkIndex; in htmlParseLookupSequence()
5054 ctxt->checkIndex = 0; in htmlParseLookupSequence()
5073 ctxt->checkIndex = base; in htmlParseLookupSequence()
5122 if (ctxt->checkIndex > base) in htmlParseLookupChars()
5123 base = ctxt->checkIndex; in htmlParseLookupChars()
5154 ctxt->checkIndex = 0; in htmlParseLookupChars()
5159 ctxt->checkIndex = base; in htmlParseLookupChars()
5484 ctxt->checkIndex = 0; in htmlParseTryOrFinish()
[all …]
Dparser.c10537 if (ctxt->checkIndex > base) in xmlParseLookupSequence()
10538 base = ctxt->checkIndex; in xmlParseLookupSequence()
10557 ctxt->checkIndex = 0; in xmlParseLookupSequence()
10575 ctxt->checkIndex = base; in xmlParseLookupSequence()
10789 ctxt->checkIndex = 0; in xmlParseTryOrFinish()
11140 ctxt->checkIndex = 0; in xmlParseTryOrFinish()
11215 ctxt->checkIndex = 0; in xmlParseTryOrFinish()
11250 ctxt->checkIndex = 0; in xmlParseTryOrFinish()
11280 ctxt->checkIndex = 0; in xmlParseTryOrFinish()
11293 ctxt->checkIndex = 0; in xmlParseTryOrFinish()
[all …]
DparserInternals.c1753 ctxt->checkIndex = 0; in xmlInitParserCtxt()
/external/chromium_org/third_party/libxml/src/
DHTMLparser.c4797 ctxt->checkIndex = 0; in htmlInitParserCtxt()
4990 if (ctxt->checkIndex > base) in htmlParseLookupSequence()
4991 base = ctxt->checkIndex; in htmlParseLookupSequence()
5049 ctxt->checkIndex = 0; in htmlParseLookupSequence()
5068 ctxt->checkIndex = base; in htmlParseLookupSequence()
5117 if (ctxt->checkIndex > base) in htmlParseLookupChars()
5118 base = ctxt->checkIndex; in htmlParseLookupChars()
5149 ctxt->checkIndex = 0; in htmlParseLookupChars()
5154 ctxt->checkIndex = base; in htmlParseLookupChars()
5479 ctxt->checkIndex = 0; in htmlParseTryOrFinish()
[all …]
Dparser.c10516 if (ctxt->checkIndex > base) in xmlParseLookupSequence()
10517 base = ctxt->checkIndex; in xmlParseLookupSequence()
10536 ctxt->checkIndex = 0; in xmlParseLookupSequence()
10554 ctxt->checkIndex = base; in xmlParseLookupSequence()
10768 ctxt->checkIndex = 0; in xmlParseTryOrFinish()
11121 ctxt->checkIndex = 0; in xmlParseTryOrFinish()
11198 ctxt->checkIndex = 0; in xmlParseTryOrFinish()
11235 ctxt->checkIndex = 0; in xmlParseTryOrFinish()
11267 ctxt->checkIndex = 0; in xmlParseTryOrFinish()
11282 ctxt->checkIndex = 0; in xmlParseTryOrFinish()
[all …]
DparserInternals.c1753 ctxt->checkIndex = 0; in xmlInitParserCtxt()
/external/chromium_org/third_party/libxml/src/include/libxml/
Dparser.h235 long checkIndex; /* used by progressive parsing lookup */ member
/external/libxml2/include/libxml/
Dparser.h235 long checkIndex; /* used by progressive parsing lookup */ member