ICU 62.1
62.1
common
unicode
dbbi.h
Go to the documentation of this file.
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/rbbi.h
"
17
18
#if !UCONFIG_NO_BREAK_ITERATION
19
25
U_NAMESPACE_BEGIN
26
27
#ifndef U_HIDE_DEPRECATED_API
28
34
typedef
RuleBasedBreakIterator
DictionaryBasedBreakIterator
;
35
36
#endif
/* U_HIDE_DEPRECATED_API */
37
38
U_NAMESPACE_END
39
40
#endif
/* #if !UCONFIG_NO_BREAK_ITERATION */
41
42
#endif
rbbi.h
C++ API: Rule Based Break Iterator.
icu::RuleBasedBreakIterator
A subclass of BreakIterator whose behavior is specified using a list of rules.
Definition:
rbbi.h:53
icu::DictionaryBasedBreakIterator
RuleBasedBreakIterator DictionaryBasedBreakIterator
An obsolete subclass of RuleBasedBreakIterator.
Definition:
dbbi.h:34
U_NAMESPACE_END
#define U_NAMESPACE_END
Definition:
uversion.h:138
U_NAMESPACE_BEGIN
#define U_NAMESPACE_BEGIN
Definition:
uversion.h:137
Generated by
1.8.17