Searched refs:goodSuffixTable (Results 1 – 2 of 2) sorted by relevance
472 int32_t *goodSuffixTable; member in GoodSuffixTable476 : goodSuffixTable(NULL) in GoodSuffixTable()520 goodSuffixTable = NEW_ARRAY(int32_t, patlen); in GoodSuffixTable()522 if (goodSuffixTable == NULL) { in GoodSuffixTable()531 goodSuffixTable[i] = maxSkip; in GoodSuffixTable()547 if (goodSuffixTable[prefix] == maxSkip) { in GoodSuffixTable()548 goodSuffixTable[prefix] = prefixSkip; in GoodSuffixTable()557 goodSuffixTable[patlen - 1 - suff[i]] = badCharacterTable.minLengthInChars(i + 1); in GoodSuffixTable()565 DELETE_ARRAY(goodSuffixTable); in ~GoodSuffixTable()570 return goodSuffixTable[offset]; in operator []()[all …]
219 GoodSuffixTable *goodSuffixTable; variable