#include <translit.h>
Public Members | |||
![]() | ![]() | Position (int32_t start, int32_t limit) | |
![]() | ![]() | Constructor from start, limit. More... | |
![]() | ![]() | Position (int32_t start, int32_t limit, int32_t cursor) | |
![]() | ![]() | Constructor from start, limit, cursor. More... | |
![]() | ![]() | Position (int32_t start, int32_t limit, int32_t cursor, int32_t end) | |
![]() | ![]() | Constructor from start, limit, cursor, end. | |
![]() | ![]() | int32_t | start |
![]() | ![]() | In transliterate() , the beginning index, inclusive. | |
![]() | ![]() | int32_t | limit |
![]() | ![]() | In transliterate() , the ending index, exclusive. | |
![]() | ![]() | int32_t | cursor |
![]() | ![]() | In transliterate() , the next character to be considered for transliteration. | |
![]() | ![]() | int32_t | end |
![]() | ![]() | In transliterate() , the limit character to be considered for transliteration. |
Definition at line 242 of file translit.h.
Transliterator::Position::Position (int32_t aStart, int32_t aLimit) [inline]
|
Constructor from start, limit.
Sets cursor to start and end to limit.
Definition at line 940 of file translit.h.
Transliterator::Position::Position (int32_t aStart, int32_t aLimit, int32_t cursor) [inline]
|
Constructor from start, limit, cursor.
Sets end to limit.
Definition at line 943 of file translit.h.
Transliterator::Position::Position (int32_t aStart, int32_t aLimit, int32_t cursor, int32_t end) [inline]
|
int32_t Transliterator::Position::start |
int32_t Transliterator::Position::limit |
int32_t Transliterator::Position::cursor |
In transliterate()
, the next character to be considered for transliteration.
Definition at line 258 of file translit.h.
int32_t Transliterator::Position::end |
In transliterate()
, the limit character to be considered for transliteration.
Definition at line 264 of file translit.h.