Home | History | Annotate | Download | only in adapter

Lines Matching refs:startTag

89     public int startTag;
245 log("No value for tag: " + tagTable[startTag - TAG_BASE]);
301 tag = page | startTag;
304 } else if (type == END && startTag == endTag) {
325 int thisTag = startTag;
328 if (type == END && startTag == thisTag) {
404 // Retrieve the now-current startTag from our stack
405 startTag = endTag = startTagArray[depth];
411 startTag = id & 0x3F;
416 name = tagTable[startTag - TAG_BASE];
420 // Save the startTag to our stack
421 startTagArray[depth] = startTag;
449 // Save the shifted page to add into the startTag in nextTag
480 name = tagTable[startTag - TAG_BASE];
493 name = tagTable[startTag - TAG_BASE];