Home
last modified time | relevance | path

Searched refs:StringReplacer (Results 1 – 11 of 11) sorted by relevance

/external/icu4c/i18n/
Dstrrepl.cpp24 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(StringReplacer) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
37 StringReplacer::StringReplacer(const UnicodeString& theOutput, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
56 StringReplacer::StringReplacer(const UnicodeString& theOutput, in StringReplacer() function in StringReplacer
68 StringReplacer::StringReplacer(const StringReplacer& other) : in StringReplacer() function in StringReplacer
82 StringReplacer::~StringReplacer() { in ~StringReplacer()
88 UnicodeFunctor* StringReplacer::clone() const { in clone()
89 return new StringReplacer(*this); in clone()
95 UnicodeReplacer* StringReplacer::toReplacer() const { in toReplacer()
96 return const_cast<StringReplacer *>(this); in toReplacer()
102 int32_t StringReplacer::replace(Replaceable& text, in replace()
[all …]
Dstrrepl.h35 class StringReplacer : public UnicodeFunctor, public UnicodeReplacer {
83 StringReplacer(const UnicodeString& theOutput,
96 StringReplacer(const UnicodeString& theOutput,
102 StringReplacer(const StringReplacer& other);
107 virtual ~StringReplacer();
Drbt_rule.cpp151 this->output = new StringReplacer(outputStr, cursorPosition + cursorOffset, data); in TransliterationRule()
Drbt_pars.cpp579 new FunctionReplacer(t, new StringReplacer(output, parser.curData)); in parseSection()
/external/chromium_org/third_party/icu/source/i18n/
Dstrrepl.cpp25 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(StringReplacer) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
38 StringReplacer::StringReplacer(const UnicodeString& theOutput, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
57 StringReplacer::StringReplacer(const UnicodeString& theOutput, in StringReplacer() function in StringReplacer
69 StringReplacer::StringReplacer(const StringReplacer& other) : in StringReplacer() function in StringReplacer
83 StringReplacer::~StringReplacer() { in ~StringReplacer()
89 UnicodeFunctor* StringReplacer::clone() const { in clone()
90 return new StringReplacer(*this); in clone()
96 UnicodeReplacer* StringReplacer::toReplacer() const { in toReplacer()
103 int32_t StringReplacer::replace(Replaceable& text, in replace()
241 UnicodeString& StringReplacer::toReplacerPattern(UnicodeString& rule, in toReplacerPattern()
[all …]
Dstrrepl.h35 class StringReplacer : public UnicodeFunctor, public UnicodeReplacer {
83 StringReplacer(const UnicodeString& theOutput,
96 StringReplacer(const UnicodeString& theOutput,
102 StringReplacer(const StringReplacer& other);
107 virtual ~StringReplacer();
Drbt_rule.cpp150 this->output = new StringReplacer(outputStr, cursorPosition + cursorOffset, data); in TransliterationRule()
Drbt_pars.cpp573 new FunctionReplacer(t, new StringReplacer(output, parser.curData)); in parseSection()
/external/chromium_org/third_party/icu/source/test/intltest/
Duobjtest.cpp413 TESTCLASSID_CTOR(StringReplacer,(UnicodeString(),new TransliterationRuleData(status))); in testIDs()
/external/icu4c/test/intltest/
Duobjtest.cpp427 TESTCLASSID_CTOR(StringReplacer,(UnicodeString(),new TransliterationRuleData(status))); in testIDs()
/external/chromium_org/third_party/icu/source/common/unicode/
Durename.h2149 #define StringReplacer U_ICU_ENTRY_POINT_RENAME(StringReplacer) macro