120 virtual void extractBetween(
int32_t start,
144 virtual void handleReplaceBetween(
int32_t start,
183 virtual UBool hasMetaData()
const;
225 virtual int32_t getLength()
const = 0;
int32_t length() const
Returns the number of 16-bit code units in the text.
virtual UChar32 getChar32At(int32_t offset) const =0
Virtual version of char32At().
Replaceable is an abstract base class representing a string of characters that supports the replaceme...
virtual int32_t getLength() const =0
Virtual version of length().
#define U_NAMESPACE_BEGIN
This is used to begin a declaration of a public ICU C++ API.
int32_t UChar32
Define UChar32 as a type for single Unicode code points.
virtual UChar getCharAt(int32_t offset) const =0
Virtual version of charAt().
UnicodeString is a string class that stores Unicode characters directly and provides similar function...
C++ API: Common ICU base class UObject.
uint16_t UChar
Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.
#define U_NAMESPACE_END
This is used to end a declaration of a public ICU C++ API If the compiler doesn't support namespaces...
UObject is the common ICU "boilerplate" class.
UChar charAt(int32_t offset) const
Returns the 16-bit code unit at the given offset into the text.
#define U_COMMON_API
Set to export library symbols from inside the common library, and to import them from outside...
UChar32 char32At(int32_t offset) const
Returns the 32-bit code point at the given 16-bit offset into the text.
signed int int32_t
Define 64 bit limits.
int8_t UBool
The ICU boolean type.