ICU 57.1 57.1
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
24
25#ifndef U_HIDE_DEPRECATED_API
33
34#endif /* U_HIDE_DEPRECATED_API */
35
37
38#endif /* #if !UCONFIG_NO_BREAK_ITERATION */
39
40#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:32
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