Go to the documentation of this file.
17 #if U_SHOW_CPLUSPLUS_API
29 class UnicodeReplacer;
30 class TransliterationRuleData;
86 static UClassID U_EXPORT2 getStaticClassID(
void);
113 virtual void setData(
const TransliterationRuleData*) = 0;
UnicodeMatcher defines a protocol for objects that can match a range of characters in a Replaceable s...
Basic definitions for ICU, for both C and C++ APIs.
UnicodeFunctor is an abstract base class for objects that perform match and/or replace operations on ...
UObject is the common ICU "boilerplate" class.
void * UClassID
UClassID is used to identify classes without using the compiler's RTTI.
virtual UClassID getDynamicClassID() const
ICU4C "poor man's RTTI", returns a UClassID for the actual ICU class.
UnicodeReplacer defines a protocol for objects that replace a range of characters in a Replaceable st...
C++ API: Common ICU base class UObject.