Searched refs:FunctionReplacer (Results 1 – 8 of 8) sorted by relevance
25 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(FunctionReplacer) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument32 FunctionReplacer::FunctionReplacer(Transliterator* adoptedTranslit, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()41 FunctionReplacer::FunctionReplacer(const FunctionReplacer& other) : in FunctionReplacer() function in FunctionReplacer52 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()[all …]
33 class FunctionReplacer : public UnicodeFunctor, public UnicodeReplacer {55 FunctionReplacer(Transliterator* adoptedTranslit,61 FunctionReplacer(const FunctionReplacer& other);66 virtual ~FunctionReplacer();
578 FunctionReplacer *r = in parseSection()579 new FunctionReplacer(t, new StringReplacer(output, parser.curData)); in parseSection()
423 TESTCLASSID_CTOR(FunctionReplacer, (NULL,NULL)); in testIDs()
1257 #define FunctionReplacer FunctionReplacer_3_2 macro