Go to the documentation of this file.
16 #if !UCONFIG_NO_BREAK_ITERATION && !UCONFIG_NO_FILTERED_BREAK_ITERATION
58 #ifndef U_HIDE_DEPRECATED_API
70 #ifndef U_HIDE_DRAFT_API
117 #ifndef U_HIDE_DRAFT_API
132 return build(adoptBreakIterator, status);
147 #endif // #if !UCONFIG_NO_BREAK_ITERATION && !UCONFIG_NO_FILTERED_BREAK_ITERATION
149 #endif // #ifndef FILTEREDBRK_H
The BreakIterator class implements methods for finding the location of boundaries in text.
Basic definitions for ICU, for both C and C++ APIs.
int8_t UBool
The ICU boolean type.
UnicodeString is a string class that stores Unicode characters directly and provides similar function...
UObject is the common ICU "boilerplate" class.
UErrorCode
Error code to replace exception handling, so that the code is compatible with all C++ compilers,...
The BreakIteratorFilter is used to modify the behavior of a BreakIterator by constructing a new Break...
BreakIterator * wrapIteratorWithFilter(BreakIterator *adoptBreakIterator, UErrorCode &status)
Wrap (adopt) an existing break iterator in a new filtered instance.
#define U_NAMESPACE_BEGIN
A Locale object represents a specific geographical, political, or cultural region.