#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... | |
Static Public Attributes | |
const UChar | ID [] |
ID for this transliterator. More... | |
const UChar | SHORT_ID [] |
ID for this transliterator. More... |
Definition at line 22 of file nultrans.h.
|
Constructs a transliterator.
Definition at line 64 of file nultrans.h. |
|
Destructor.
Definition at line 66 of file nultrans.h. |
|
Transliterator API.
Reimplemented from Transliterator. |
|
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. |