19 #if !UCONFIG_NO_COLLATION && !UCONFIG_NO_BREAK_ITERATION
28 class BadCharacterTable;
29 class GoodSuffixTable;
154 UBool search(int32_t offset, int32_t &start, int32_t &end);
192 BadCharacterTable *getBadCharacterTable();
201 GoodSuffixTable *getGoodSuffixTable();
217 BadCharacterTable *badCharacterTable;
218 GoodSuffixTable *goodSuffixTable;
225 #endif // #if !UCONFIG_NO_COLLATION
226 #endif // #ifndef B_M_SEARCH_H