#include <nultrans.h>
Inheritance diagram for NullTransliterator:
Public Methods | |
NullTransliterator () | |
Constructs a transliterator. More... | |
virtual | ~NullTransliterator () |
Destructor. More... | |
Transliterator* | clone (void) const |
Transliterator API. | |
virtual void | handleTransliterate (Replaceable& text, UTransPosition& offset, UBool isIncremental) const |
Implements. More... | |
Static Private Attributes | |
const char* | _ID |
ID for this transliterator. More... |
Definition at line 19 of file nultrans.h.
|
Constructs a transliterator.
Definition at line 50 of file nultrans.h. |
|
Destructor.
Definition at line 52 of file nultrans.h. |
|
Transliterator API.
Reimplemented from Transliterator. |
|
Implements. Transliterator#handleTransliterate. Reimplemented from Transliterator. |
|
ID for this transliterator.
Definition at line 24 of file nultrans.h. |