annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/include/unicode/dbbi.h @ 69:33d812a61356

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 17:55:14 -0400
parents
children
rev   line source
jpayne@69 1 // © 2016 and later: Unicode, Inc. and others.
jpayne@69 2 // License & terms of use: http://www.unicode.org/copyright.html
jpayne@69 3 /*
jpayne@69 4 **********************************************************************
jpayne@69 5 * Copyright (C) 1999-2006,2013 IBM Corp. All rights reserved.
jpayne@69 6 **********************************************************************
jpayne@69 7 * Date Name Description
jpayne@69 8 * 12/1/99 rgillam Complete port from Java.
jpayne@69 9 * 01/13/2000 helena Added UErrorCode to ctors.
jpayne@69 10 **********************************************************************
jpayne@69 11 */
jpayne@69 12
jpayne@69 13 #ifndef DBBI_H
jpayne@69 14 #define DBBI_H
jpayne@69 15
jpayne@69 16 #include "unicode/utypes.h"
jpayne@69 17
jpayne@69 18 #if U_SHOW_CPLUSPLUS_API
jpayne@69 19
jpayne@69 20 #include "unicode/rbbi.h"
jpayne@69 21
jpayne@69 22 #if !UCONFIG_NO_BREAK_ITERATION
jpayne@69 23
jpayne@69 24 /**
jpayne@69 25 * \file
jpayne@69 26 * \brief C++ API: Dictionary Based Break Iterator
jpayne@69 27 */
jpayne@69 28
jpayne@69 29 U_NAMESPACE_BEGIN
jpayne@69 30
jpayne@69 31 #ifndef U_HIDE_DEPRECATED_API
jpayne@69 32 /**
jpayne@69 33 * An obsolete subclass of RuleBasedBreakIterator. Handling of dictionary-
jpayne@69 34 * based break iteration has been folded into the base class. This class
jpayne@69 35 * is deprecated as of ICU 3.6.
jpayne@69 36 * @deprecated ICU 3.6
jpayne@69 37 */
jpayne@69 38 typedef RuleBasedBreakIterator DictionaryBasedBreakIterator;
jpayne@69 39
jpayne@69 40 #endif /* U_HIDE_DEPRECATED_API */
jpayne@69 41
jpayne@69 42 U_NAMESPACE_END
jpayne@69 43
jpayne@69 44 #endif /* #if !UCONFIG_NO_BREAK_ITERATION */
jpayne@69 45
jpayne@69 46 #endif /* U_SHOW_CPLUSPLUS_API */
jpayne@69 47
jpayne@69 48 #endif