Searched refs:GoodSuffixTable (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/i18n/unicode/
H A Dbmsearch.h29 class GoodSuffixTable;
195 * Return the <code>GoodSuffixTable</code> object computed for the pattern string.
197 * @return the <code>GoodSuffixTable</code> object computed for the pattern string.
201 GoodSuffixTable *getGoodSuffixTable();
216 GoodSuffixTable *goodSuffixTable;
/external/icu4c/i18n/
H A Dbmsearch.cpp510 class GoodSuffixTable : public UMemory class in inherits:UMemory
513 GoodSuffixTable(CEList &patternCEs, BadCharacterTable &badCharacterTable, UErrorCode &status);
514 ~GoodSuffixTable();
522 GoodSuffixTable::GoodSuffixTable(CEList &patternCEs, BadCharacterTable &badCharacterTable, UErrorCode &status) function in class:GoodSuffixTable
610 GoodSuffixTable::~GoodSuffixTable()
615 int32_t GoodSuffixTable::operator[](int32_t offset) const
643 GoodSuffixTable *BoyerMooreSearch::getGoodSuffixTable()
671 goodSuffixTable = new GoodSuffixTable(*patCE
[all...]
/external/icu4c/common/unicode/
H A Durename.h1661 #define GoodSuffixTable GoodSuffixTable_4_2 macro

Completed in 67 milliseconds