ICU 55.1
55.1
source
common
unicode
dbbi.h
Go to the documentation of this file.
1
/*
2
**********************************************************************
3
* Copyright (C) 1999-2006,2013 IBM Corp. All rights reserved.
4
**********************************************************************
5
* Date Name Description
6
* 12/1/99 rgillam Complete port from Java.
7
* 01/13/2000 helena Added UErrorCode to ctors.
8
**********************************************************************
9
*/
10
11
#ifndef DBBI_H
12
#define DBBI_H
13
14
#include "
unicode/rbbi.h
"
15
16
#if !UCONFIG_NO_BREAK_ITERATION
17
23
U_NAMESPACE_BEGIN
24
25
#ifndef U_HIDE_DEPRECATED_API
26
32
typedef
RuleBasedBreakIterator
DictionaryBasedBreakIterator
;
33
34
#endif
/* U_HIDE_DEPRECATED_API */
35
36
U_NAMESPACE_END
37
38
#endif
/* #if !UCONFIG_NO_BREAK_ITERATION */
39
40
#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:65
icu::DictionaryBasedBreakIterator
RuleBasedBreakIterator DictionaryBasedBreakIterator
An obsolete subclass of RuleBasedBreakIterator.
Definition:
dbbi.h:32
U_NAMESPACE_END
#define U_NAMESPACE_END
This is used to end a declaration of a public ICU C++ API.
Definition:
uversion.h:130
U_NAMESPACE_BEGIN
#define U_NAMESPACE_BEGIN
This is used to begin a declaration of a public ICU C++ API.
Definition:
uversion.h:129
Generated by
1.8.20