ICU 73.2  73.2
dbbi.h
Go to the documentation of this file.
00001 // © 2016 and later: Unicode, Inc. and others.
00002 // License & terms of use: http://www.unicode.org/copyright.html
00003 /*
00004 **********************************************************************
00005 *   Copyright (C) 1999-2006,2013 IBM Corp. All rights reserved.
00006 **********************************************************************
00007 *   Date        Name        Description
00008 *   12/1/99    rgillam     Complete port from Java.
00009 *   01/13/2000 helena      Added UErrorCode to ctors.
00010 **********************************************************************
00011 */
00012 
00013 #ifndef DBBI_H
00014 #define DBBI_H
00015 
00016 #include "unicode/utypes.h"
00017 
00018 #if U_SHOW_CPLUSPLUS_API
00019 
00020 #include "unicode/rbbi.h"
00021 
00022 #if !UCONFIG_NO_BREAK_ITERATION
00023 
00029 U_NAMESPACE_BEGIN
00030 
00031 #ifndef U_HIDE_DEPRECATED_API
00032 
00038 typedef RuleBasedBreakIterator DictionaryBasedBreakIterator;
00039 
00040 #endif  /* U_HIDE_DEPRECATED_API */
00041 
00042 U_NAMESPACE_END
00043 
00044 #endif /* #if !UCONFIG_NO_BREAK_ITERATION */
00045 
00046 #endif /* U_SHOW_CPLUSPLUS_API */
00047 
00048 #endif