Mercurial > repos > rliterman > csp2
comparison 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 |
comparison
equal
deleted
inserted
replaced
67:0e9998148a16 | 69:33d812a61356 |
---|---|
1 // © 2016 and later: Unicode, Inc. and others. | |
2 // License & terms of use: http://www.unicode.org/copyright.html | |
3 /* | |
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 ********************************************************************** | |
11 */ | |
12 | |
13 #ifndef DBBI_H | |
14 #define DBBI_H | |
15 | |
16 #include "unicode/utypes.h" | |
17 | |
18 #if U_SHOW_CPLUSPLUS_API | |
19 | |
20 #include "unicode/rbbi.h" | |
21 | |
22 #if !UCONFIG_NO_BREAK_ITERATION | |
23 | |
24 /** | |
25 * \file | |
26 * \brief C++ API: Dictionary Based Break Iterator | |
27 */ | |
28 | |
29 U_NAMESPACE_BEGIN | |
30 | |
31 #ifndef U_HIDE_DEPRECATED_API | |
32 /** | |
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. | |
36 * @deprecated ICU 3.6 | |
37 */ | |
38 typedef RuleBasedBreakIterator DictionaryBasedBreakIterator; | |
39 | |
40 #endif /* U_HIDE_DEPRECATED_API */ | |
41 | |
42 U_NAMESPACE_END | |
43 | |
44 #endif /* #if !UCONFIG_NO_BREAK_ITERATION */ | |
45 | |
46 #endif /* U_SHOW_CPLUSPLUS_API */ | |
47 | |
48 #endif |