Home | History | Annotate | Download | only in i18n

Lines Matching refs:replacer

28  * Construct a replacer that takes the output of the given
29 * replacer, passes it through the given transliterator, and emits
35 replacer = adoptedReplacer;
46 replacer = other.replacer->clone();
54 delete replacer;
81 // First delegate to subordinate replacer
82 int32_t len = replacer->toReplacer()->replace(text, start, limit, cursor);
101 rule.append(replacer->toReplacer()->toReplacerPattern(str, escapeUnprintable));
118 replacer->setData(d);