Lines Matching refs:boot
1257 boot[i]=NULL; in PatternMap()
1267 otherElem = other.boot[bootIndex]; in copyFrom()
1274 if ( this->boot[bootIndex]== NULL ) { in copyFrom()
1275 this->boot[bootIndex] = curElem; in copyFrom()
1299 curElem = boot[baseChar-CAP_A]; in getHeader()
1303 curElem = boot[26+baseChar-LOW_A]; in getHeader()
1314 if (boot[i]!=NULL ) { in ~PatternMap()
1315 delete boot[i]; in ~PatternMap()
1316 boot[i]=NULL; in ~PatternMap()
1333 baseElem = boot[baseChar-CAP_A]; in add()
1337 baseElem = boot[26+baseChar-LOW_A]; in add()
1352 boot[26 + (baseChar-LOW_A)] = curElem; in add()
1355 boot[baseChar-CAP_A] = curElem; in add()
1473 if ( boot[bootIndex]==other.boot[bootIndex] ) { in equals()
1476 if ( (boot[bootIndex]==NULL)||(other.boot[bootIndex]==NULL) ) { in equals()
1479 PtnElem *otherElem = other.boot[bootIndex]; in equals()
1480 PtnElem *myElem = boot[bootIndex]; in equals()
1888 if ( patternMap->boot[headIndex] != NULL ) { in hasNext()
1916 if ( patternMap->boot[bootIndex] != NULL ) { in next()
1917 nodePtr = patternMap->boot[bootIndex]; in next()
2015 curElem = patternMap.boot[bootIndex]; in DTSkeletonEnumeration()