michael@0: /* michael@0: ********************************************************************** michael@0: * Copyright (C) 1999-2006,2013 IBM Corp. All rights reserved. michael@0: ********************************************************************** michael@0: * Date Name Description michael@0: * 12/1/99 rgillam Complete port from Java. michael@0: * 01/13/2000 helena Added UErrorCode to ctors. michael@0: ********************************************************************** michael@0: */ michael@0: michael@0: #ifndef DBBI_H michael@0: #define DBBI_H michael@0: michael@0: #include "unicode/rbbi.h" michael@0: michael@0: #if !UCONFIG_NO_BREAK_ITERATION michael@0: michael@0: /** michael@0: * \file michael@0: * \brief C++ API: Dictionary Based Break Iterator michael@0: */ michael@0: michael@0: U_NAMESPACE_BEGIN michael@0: michael@0: #ifndef U_HIDE_DEPRECATED_API michael@0: /** michael@0: * An obsolete subclass of RuleBasedBreakIterator. Handling of dictionary- michael@0: * based break iteration has been folded into the base class. This class michael@0: * is deprecated as of ICU 3.6. michael@0: * @deprecated ICU 3.6 michael@0: */ michael@0: typedef RuleBasedBreakIterator DictionaryBasedBreakIterator; michael@0: michael@0: #endif /* U_HIDE_DEPRECATED_API */ michael@0: michael@0: U_NAMESPACE_END michael@0: michael@0: #endif /* #if !UCONFIG_NO_BREAK_ITERATION */ michael@0: michael@0: #endif