Searched refs:oldP (Results 1 – 2 of 2) sorted by relevance
200 int32_t oldP = 0; in parseRules() local201 while (oldP < description.length()) { in parseRules()202 int32_t p = description.indexOf(gSemicolon, oldP); in parseRules()206 currentDescription.setTo(description, oldP, p - oldP); in parseRules()208 oldP = p + 1; in parseRules()
5760 const PREFIX *oldP = (PREFIX *)hashTableIterNext(&iter); in dtdCopy() local5761 if (!oldP) in dtdCopy()5763 name = poolCopyString(&(newDtd->pool), oldP->name); in dtdCopy()