Home | History | Annotate | Download | only in i18n

Lines Matching full:boot

1260       boot[i]=NULL;
1270 otherElem = other.boot[bootIndex];
1277 if ( this->boot[bootIndex]== NULL ) {
1278 this->boot[bootIndex] = curElem;
1302 curElem = boot[baseChar-CAP_A];
1306 curElem = boot[26+baseChar-LOW_A];
1317 if (boot[i]!=NULL ) {
1318 delete boot[i];
1319 boot[i]=NULL;
1336 baseElem = boot[baseChar-CAP_A];
1340 baseElem = boot[26+baseChar-LOW_A];
1355 boot[26 + (baseChar-LOW_A)] = curElem;
1358 boot[baseChar-CAP_A] = curElem;
1428 // find boot entry
1476 if ( boot[bootIndex]==other.boot[bootIndex] ) {
1479 if ( (boot[bootIndex]==NULL)||(other.boot[bootIndex]==NULL) ) {
1482 PtnElem *otherElem = other.boot[bootIndex];
1483 PtnElem *myElem = boot[bootIndex];
1891 if ( patternMap->boot[headIndex] != NULL ) {
1919 if ( patternMap->boot[bootIndex] != NULL ) {
1920 nodePtr = patternMap->boot[bootIndex];
2018 curElem = patternMap.boot[bootIndex];