15 #if U_SHOW_CPLUSPLUS_API 19 #if !UCONFIG_NO_BREAK_ITERATION && !UCONFIG_NO_FILTERED_BREAK_ITERATION 61 #ifndef U_HIDE_DEPRECATED_API 107 #ifndef U_FORCE_HIDE_DEPRECATED_API 118 #endif // U_FORCE_HIDE_DEPRECATED_API 134 return build(adoptBreakIterator, status);
148 #endif // #if !UCONFIG_NO_BREAK_ITERATION && !UCONFIG_NO_FILTERED_BREAK_ITERATION 152 #endif // #ifndef FILTEREDBRK_H
The BreakIterator class implements methods for finding the location of boundaries in text...
BreakIterator * wrapIteratorWithFilter(BreakIterator *adoptBreakIterator, UErrorCode &status)
Wrap (adopt) an existing break iterator in a new filtered instance.
UErrorCode
Standard ICU4C error code type, a substitute for exceptions.
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.