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/utypes.h"
18 #if U_SHOW_CPLUSPLUS_API
20 #include "unicode/rbbi.h"
22 #if !UCONFIG_NO_BREAK_ITERATION
26 * \brief C++ API: Dictionary Based Break Iterator
31 #ifndef U_HIDE_DEPRECATED_API
33 * An obsolete subclass of RuleBasedBreakIterator. Handling of dictionary-
34 * based break iteration has been folded into the base class. This class
35 * is deprecated as of ICU 3.6.
38 typedef RuleBasedBreakIterator DictionaryBasedBreakIterator
;
40 #endif /* U_HIDE_DEPRECATED_API */
44 #endif /* #if !UCONFIG_NO_BREAK_ITERATION */
46 #endif /* U_SHOW_CPLUSPLUS_API */