ICU 50.2 50.2
dbbi.h
Go to the documentation of this file.
1/*
2**********************************************************************
3* Copyright (C) 1999-2006 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
22
24
30
31#ifndef U_HIDE_DEPRECATED_API
32
34
35#endif
36
38
39#endif /* #if !UCONFIG_NO_BREAK_ITERATION */
40
41#endif
A subclass of BreakIterator whose behavior is specified using a list of rules.
Definition rbbi.h:65
U_NAMESPACE_BEGIN typedef RuleBasedBreakIterator DictionaryBasedBreakIterator
An obsolete subclass of RuleBasedBreakIterator.
Definition dbbi.h:33
C++ API: Rule Based Break Iterator.
#define U_NAMESPACE_END
This is used to end a declaration of a public ICU C++ API.
Definition uversion.h:130
#define U_NAMESPACE_BEGIN
This is used to begin a declaration of a public ICU C++ API.
Definition uversion.h:129