16 #if !UCONFIG_NO_BREAK_ITERATION && !UCONFIG_NO_FILTERED_BREAK_ITERATION 58 #ifndef U_HIDE_DEPRECATED_API 68 return createEmptyInstance(status);
72 #ifndef U_HIDE_DRAFT_API 108 #ifndef U_HIDE_DEPRECATED_API 121 #ifndef U_HIDE_DRAFT_API 136 return build(adoptBreakIterator, status);
151 #endif // #if !UCONFIG_NO_BREAK_ITERATION && !UCONFIG_NO_FILTERED_BREAK_ITERATION 153 #endif // #ifndef FILTEREDBRK_H
#define U_NAMESPACE_BEGIN
This is used to begin a declaration of a public ICU C++ API.
The BreakIterator class implements methods for finding the location of boundaries in text...
static FilteredBreakIteratorBuilder * createInstance(UErrorCode &status)
This function has been deprecated in favor of createEmptyInstance, which has identical behavior...
#define U_NAMESPACE_END
This is used to end a declaration of a public ICU C++ API.
BreakIterator * wrapIteratorWithFilter(BreakIterator *adoptBreakIterator, UErrorCode &status)
Wrap (adopt) an existing break iterator in a new filtered instance.
UErrorCode
Error code to replace exception handling, so that the code is compatible with all C++ compilers...
Basic definitions for ICU, for both C and C++ APIs.
#define U_COMMON_API
Set to export library symbols from inside the common library, and to import them from outside...
UnicodeString is a string class that stores Unicode characters directly and provides similar function...
The BreakIteratorFilter is used to modify the behavior of a BreakIterator by constructing a new Break...
UObject is the common ICU "boilerplate" class.
int8_t UBool
The ICU boolean type.
A Locale object represents a specific geographical, political, or cultural region.