Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/unicode/
Dbmsearch.h29 class GoodSuffixTable; variable
201 GoodSuffixTable *getGoodSuffixTable();
218 GoodSuffixTable *goodSuffixTable;
/external/chromium_org/third_party/icu/source/i18n/
Dbmsearch.cpp463 class GoodSuffixTable : public UMemory class
466 GoodSuffixTable(CEList &patternCEs, BadCharacterTable &badCharacterTable, UErrorCode &status);
467 ~GoodSuffixTable();
475 GoodSuffixTable::GoodSuffixTable(CEList &patternCEs, BadCharacterTable &badCharacterTable, UErrorCo… in GoodSuffixTable() function in GoodSuffixTable
563 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()
/external/chromium_org/third_party/icu/source/common/unicode/
Durename.h1949 #define GoodSuffixTable U_ICU_ENTRY_POINT_RENAME(GoodSuffixTable) macro