HomeSort by relevance Sort by last modified time
    Searched refs:goodSuffixTable (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
bmsearch.cpp 463 class GoodSuffixTable : public UMemory
466 GoodSuffixTable(CEList &patternCEs, BadCharacterTable &badCharacterTable, UErrorCode &status);
467 ~GoodSuffixTable();
472 int32_t *goodSuffixTable;
475 GoodSuffixTable::GoodSuffixTable(CEList &patternCEs, BadCharacterTable &badCharacterTable, UErrorCode &status)
476 : goodSuffixTable(NULL)
519 // now build goodSuffixTable
520 goodSuffixTable = NEW_ARRAY(int32_t, patlen);
522 if (goodSuffixTable == NULL)
    [all...]
  /external/icu4c/i18n/unicode/
bmsearch.h 29 class GoodSuffixTable;
196 * Return the <code>GoodSuffixTable</code> object computed for the pattern string.
198 * @return the <code>GoodSuffixTable</code> object computed for the pattern string.
202 GoodSuffixTable *getGoodSuffixTable();
219 GoodSuffixTable *goodSuffixTable;

Completed in 23 milliseconds