Lines Matching full:replaceable
15 * 11/18/99 aliu Made to inherit from Replaceable. Added method
179 * It is a concrete implementation of the abstract class Replaceable (for transliteration).
245 class U_COMMON_API UnicodeString : public Replaceable
1472 * into the UnicodeString <tt>target</tt>. Replaceable API.
2380 * Replaceable API
3115 * Clone this object, an instance of a subclass of Replaceable.
3119 * The clone functions in all subclasses return a pointer to a Replaceable
3126 * @see Replaceable::clone
3130 virtual Replaceable *clone() const;
3244 * Implement Replaceable::getLength() (see jitterbug 1027).
3250 * The change in Replaceable to use virtual getCharAt() allows
3257 * The change in Replaceable to use virtual getChar32At() allows