34 #if U_SHOW_CPLUSPLUS_API
36 #if UCONFIG_NO_BREAK_ITERATION
222 DONE =
static_cast<int32_t
>(-1)
270 U_COMMON_API virtual int32_t following(int32_t offset) = 0;
280 U_COMMON_API virtual int32_t preceding(int32_t offset) = 0;
346 U_COMMON_API virtual int32_t getRuleStatusVec(int32_t* fillInVec,
439 #ifndef U_HIDE_DEPRECATED_API
487 const Locale& displayLocale,
501 #ifndef U_FORCE_HIDE_DEPRECATED_API
524 #endif // U_FORCE_HIDE_DEPRECATED_API
526 #ifndef U_HIDE_DEPRECATED_API
538 #if !UCONFIG_NO_SERVICE
589 #ifndef U_HIDE_INTERNAL_API
631 friend class ICUBreakIteratorFactory;
632 friend class ICUBreakIteratorService;
641 #ifndef U_HIDE_INTERNAL_API
655 #ifndef U_HIDE_DEPRECATED_API
#define U_COMMON_API_CLASS
Set to export library symbols from inside the common library, and to import them from outside...
U_COMMON_API UBool operator==(const StringPiece &x, const StringPiece &y)
Global operator == for StringPiece.
virtual UClassID getDynamicClassID() const
ICU4C "poor man's RTTI", returns a UClassID for the actual ICU class.
U_COMMON_API bool operator!=(const BreakIterator &rhs) const
Returns the complement of the result of operator==.
UBreakIteratorType
The possible types of text boundaries.
void * UClassID
UClassID is used to identify classes without using the compiler's RTTI.
C API: Miscellaneous definitions.
Base class for 'pure' C++ implementations of uenum api.
C API: Abstract Unicode Text API.
Abstract class that defines an API for iteration on text objects.
The BreakIterator class implements methods for finding the location of boundaries in text...
C++ API: Common ICU base class UObject.
const void * URegistryKey
Opaque type returned by registerInstance, registerFactory and unregister for service registration...
UErrorCode
Standard ICU4C error code type, a substitute for exceptions.
U_COMMON_API UBool isBufferClone()
Determine whether the BreakIterator was created in user memory by createBufferClone(), and thus should not be deleted.
ULocDataLocaleType
Constants for *_getLocale() Allow user to select whether she wants information on requested...
C++ API: String Enumeration.
C++ API: Locale ID object.
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...
C++ API: Character Iterator.
UObject is the common ICU "boilerplate" class.
int8_t UBool
The ICU boolean type, a signed-byte integer.
A Locale object represents a specific geographical, political, or cultural region.