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

/external/chromium/third_party/icu/public/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/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();
218 GoodSuffixTable *goodSuffixTable;
/external/chromium/third_party/icu/source/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/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...]
/external/icu4c/common/unicode/
H A Durename.h1907 #define GoodSuffixTable U_ICU_ENTRY_POINT_RENAME(GoodSuffixTable) macro
/external/chromium/third_party/icu/public/common/unicode/
H A Durename.h1661 #define GoodSuffixTable GoodSuffixTable_4_2 macro

Completed in 91 milliseconds