Uses of Class com.ibm.icu.text.Transliterator.Position

Uses in package com.ibm.icu.text

Constructors with parameter type com.ibm.icu.text.Transliterator.Position

Constructs a Position object that is a copy of another.

Methods with parameter type com.ibm.icu.text.Transliterator.Position

void
Transliterate a substring of text, as specified by index, taking filters into account.
void
Finishes any pending transliterations that were waiting for more characters.
void
Abstract method that concrete subclasses define to implement their transliteration algorithm.
void
Copies the indices of this position from another.
void
Transliterates the portion of the text buffer that can be transliterated unambiguosly.
void
Transliterates the portion of the text buffer that can be transliterated unambiguosly after new text has been inserted, typically as a result of a keyboard event.
void
Transliterates the portion of the text buffer that can be transliterated unambiguosly after a new character has been inserted, typically as a result of a keyboard event.

Copyright (c) 2006 IBM Corporation and others.