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