Home | History | Annotate | Download | only in i18n

Lines Matching defs:StringReplacer

30  * replacers in a StringReplacer.  A StringReplacer that contains such
31 * stand-ins is called a <em>complex</em> StringReplacer. A complex
32 * StringReplacer has a slower processing loop than a non-complex one.
35 class StringReplacer : public UnicodeFunctor, public UnicodeReplacer {
73 * Construct a StringReplacer that sets the emits the given output
83 StringReplacer(const UnicodeString& theOutput,
88 * Construct a StringReplacer that sets the emits the given output
96 StringReplacer(const UnicodeString& theOutput,
102 StringReplacer(const StringReplacer& other);
107 virtual ~StringReplacer();