Main Page   Class Hierarchy   Compound List   File List   Header Files   Sources   Compound Members   File Members  

Transliterator::Position Class Reference

#include <translit.h>

List of all members.


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.


Detailed Description

Draft:

Definition at line 242 of file translit.h.


Member Function Documentation

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]

Constructor from start, limit, cursor, end.

Definition at line 947 of file translit.h.


Member Data Documentation

int32_t Transliterator::Position::start

In transliterate(), the beginning index, inclusive.

Definition at line 247 of file translit.h.

int32_t Transliterator::Position::limit

In transliterate(), the ending index, exclusive.

Definition at line 252 of file translit.h.

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.


The documentation for this class was generated from the following file:
Generated at Mon Jun 5 12:53:24 2000 for ICU1.5 by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999