#include <nultrans.h>
Inheritance diagram for NullTransliterator::
Public Methods | |
NullTransliterator () | |
Constructs a transliterator. More... | |
virtual | ~NullTransliterator () |
Destructor. More... | |
Transliterator * | clone (void) const |
Transliterator API. More... | |
virtual void | handleTransliterate (Replaceable &text, UTransPosition &offset, UBool isIncremental) const |
Implements Transliterator::handleTransliterate. More... | |
virtual UClassID | getDynamicClassID () const |
ICU "poor man's RTTI", returns a UClassID for the actual class. More... | |
Static Public Methods | |
UClassID | getStaticClassID () |
ICU "poor man's RTTI", returns a UClassID for this class. More... | |
Static Public Attributes | |
const UChar | ID [] |
ID for this transliterator. More... | |
const UChar | SHORT_ID [] |
ID for this transliterator. More... | |
Static Private Attributes | |
const char | fgClassID |
The address of this static class variable serves as this class's ID for ICU "poor man's RTTI". More... |
Definition at line 22 of file nultrans.h.
|
Constructs a transliterator.
Definition at line 86 of file nultrans.h. |
|
Destructor.
Definition at line 88 of file nultrans.h. |
|
Transliterator API.
Reimplemented from Transliterator. |
|
ICU "poor man's RTTI", returns a UClassID for the actual class.
Reimplemented from Transliterator. Definition at line 68 of file nultrans.h. |
|
ICU "poor man's RTTI", returns a UClassID for this class.
Reimplemented from Transliterator. Definition at line 75 of file nultrans.h. |
|
Implements Transliterator::handleTransliterate.
Reimplemented from Transliterator. |
|
ID for this transliterator.
Reimplemented from Transliterator. Definition at line 30 of file nultrans.h. |
|
ID for this transliterator.
Definition at line 36 of file nultrans.h. |
|
The address of this static class variable serves as this class's ID for ICU "poor man's RTTI".
Reimplemented from Transliterator. Definition at line 83 of file nultrans.h. |