Searched defs:GoodSuffixTable (Results 1 - 2 of 2) sorted by path

/external/icu4c/common/unicode/
H A Durename.h1969 #define GoodSuffixTable U_ICU_ENTRY_POINT_RENAME(GoodSuffixTable) macro
/external/icu4c/i18n/
H A Dbmsearch.cpp463 class GoodSuffixTable : public UMemory class in inherits:UMemory
466 GoodSuffixTable(CEList &patternCEs, BadCharacterTable &badCharacterTable, UErrorCode &status);
467 ~GoodSuffixTable();
475 GoodSuffixTable::GoodSuffixTable(CEList &patternCEs, BadCharacterTable &badCharacterTable, UErrorCode &status) function in class:GoodSuffixTable
563 GoodSuffixTable::~GoodSuffixTable()
568 int32_t GoodSuffixTable::operator[](int32_t offset) const
596 GoodSuffixTable *BoyerMooreSearch::getGoodSuffixTable()
624 goodSuffixTable = new GoodSuffixTable(*patCE
[all...]

Completed in 183 milliseconds