1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
4 **********************************************************************
5 * Copyright (C) 1999-2006,2013 IBM Corp. All rights reserved.
6 **********************************************************************
7 * Date Name Description
8 * 12/1/99 rgillam Complete port from Java.
9 * 01/13/2000 helena Added UErrorCode to ctors.
10 **********************************************************************
16 #include "unicode/rbbi.h"
18 #if !UCONFIG_NO_BREAK_ITERATION
22 * \brief C++ API: Dictionary Based Break Iterator
25 #if U_SHOW_CPLUSPLUS_API
28 #ifndef U_HIDE_DEPRECATED_API
30 * An obsolete subclass of RuleBasedBreakIterator. Handling of dictionary-
31 * based break iteration has been folded into the base class. This class
32 * is deprecated as of ICU 3.6.
35 typedef RuleBasedBreakIterator DictionaryBasedBreakIterator
;
37 #endif /* U_HIDE_DEPRECATED_API */
40 #endif // U_SHOW_CPLUSPLUS_API
42 #endif /* #if !UCONFIG_NO_BREAK_ITERATION */