Lines Matching refs:FunctionReplacer
25 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(FunctionReplacer) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
32 FunctionReplacer::FunctionReplacer(Transliterator* adoptedTranslit, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
41 FunctionReplacer::FunctionReplacer(const FunctionReplacer& other) : in FunctionReplacer() function in FunctionReplacer
52 FunctionReplacer::~FunctionReplacer() { in ~FunctionReplacer()
60 UnicodeFunctor* FunctionReplacer::clone() const { in clone()
61 return new FunctionReplacer(*this); in clone()
68 UnicodeReplacer* FunctionReplacer::toReplacer() const { in toReplacer()
69 FunctionReplacer *nonconst_this = const_cast<FunctionReplacer *>(this); in toReplacer()
78 int32_t FunctionReplacer::replace(Replaceable& text, in replace()
97 UnicodeString& FunctionReplacer::toReplacerPattern(UnicodeString& rule, in toReplacerPattern()
112 void FunctionReplacer::addReplacementSetTo(UnicodeSet& toUnionTo) const { in addReplacementSetTo()
120 void FunctionReplacer::setData(const TransliterationRuleData* d) { in setData()