dbbi.h

Go to the documentation of this file.
00001 /*
00002 **********************************************************************
00003 *   Copyright (C) 1999-2006 IBM Corp. All rights reserved.
00004 **********************************************************************
00005 *   Date        Name        Description
00006 *   12/1/99    rgillam     Complete port from Java.
00007 *   01/13/2000 helena      Added UErrorCode to ctors.
00008 **********************************************************************
00009 */
00010 
00011 #ifndef DBBI_H
00012 #define DBBI_H
00013 
00014 #include "unicode/rbbi.h"
00015 
00016 #if !UCONFIG_NO_BREAK_ITERATION
00017 
00023 U_NAMESPACE_BEGIN
00024 
00031 #ifndef U_HIDE_DEPRECATED_API
00032 
00033 typedef RuleBasedBreakIterator DictionaryBasedBreakIterator;
00034 
00035 #endif
00036 
00037 U_NAMESPACE_END
00038 
00039 #endif /* #if !UCONFIG_NO_BREAK_ITERATION */
00040 
00041 #endif

Generated on Mon Aug 13 07:17:24 2007 for ICU 3.6 by  doxygen 1.5.2