Searched refs:GoodSuffixTable (Results 1 – 3 of 3) sorted by relevance
29 class GoodSuffixTable; variable201 GoodSuffixTable *getGoodSuffixTable();218 GoodSuffixTable *goodSuffixTable;
463 class GoodSuffixTable : public UMemory class466 GoodSuffixTable(CEList &patternCEs, BadCharacterTable &badCharacterTable, UErrorCode &status);467 ~GoodSuffixTable();475 GoodSuffixTable::GoodSuffixTable(CEList &patternCEs, BadCharacterTable &badCharacterTable, UErrorCo… in GoodSuffixTable() function in GoodSuffixTable563 GoodSuffixTable::~GoodSuffixTable() in ~GoodSuffixTable()568 int32_t GoodSuffixTable::operator[](int32_t offset) const in operator []()596 GoodSuffixTable *BoyerMooreSearch::getGoodSuffixTable() in getGoodSuffixTable()624 goodSuffixTable = new GoodSuffixTable(*patCEs, *badCharacterTable, status); in BoyerMooreSearch()
1949 #define GoodSuffixTable U_ICU_ENTRY_POINT_RENAME(GoodSuffixTable) macro