#include <nultrans.h>
Class diagram for NullTransliterator:
Public Members | |||
![]() | ![]() | NullTransliterator () | |
![]() | ![]() | Constructs a transliterator. | |
![]() | ![]() | virtual | ~NullTransliterator () |
![]() | ![]() | Destructor. | |
![]() | ![]() | Transliterator* | clone (void) const |
![]() | ![]() | Transliterator API. | |
![]() | ![]() | virtual int32_t | transliterate (Replaceable &text, int32_t start, int32_t limit) const |
![]() | ![]() | Transliterates a segment of a string. More... | |
![]() | ![]() | virtual void | handleTransliterate (Replaceable& text, Position& offset, bool_t isIncremental) const |
![]() | ![]() | Implements. More... |
NullTransliterator::NullTransliterator () [inline]
|
Constructs a transliterator.
NullTransliterator::~NullTransliterator () [inline, virtual]
|
Destructor.
Transliterator * NullTransliterator::clone (void) const [virtual]
|
virtual int32_t NullTransliterator::transliterate (Replaceable & text, int32_t start, int32_t limit) const [virtual]
|
Transliterates a segment of a string.
Transliterator
API.
text | the string to be transliterated |
start |
the beginning index, inclusive; 0 <= start <= limit . |
limit |
the ending index, exclusive; start <= limit <= text.length() . |
Reimplemented from Transliterator.
virtual void NullTransliterator::handleTransliterate (Replaceable & text, Position & offset, bool_t isIncremental) const [virtual]
|