Searched refs:StringReplacer (Results 1 – 11 of 11) sorted by relevance
/external/icu4c/i18n/ |
D | strrepl.cpp | 24 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 …]
|
D | strrepl.h | 35 class StringReplacer : public UnicodeFunctor, public UnicodeReplacer { 83 StringReplacer(const UnicodeString& theOutput, 96 StringReplacer(const UnicodeString& theOutput, 102 StringReplacer(const StringReplacer& other); 107 virtual ~StringReplacer();
|
D | rbt_rule.cpp | 151 this->output = new StringReplacer(outputStr, cursorPosition + cursorOffset, data); in TransliterationRule()
|
D | rbt_pars.cpp | 579 new FunctionReplacer(t, new StringReplacer(output, parser.curData)); in parseSection()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | strrepl.cpp | 25 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 …]
|
D | strrepl.h | 35 class StringReplacer : public UnicodeFunctor, public UnicodeReplacer { 83 StringReplacer(const UnicodeString& theOutput, 96 StringReplacer(const UnicodeString& theOutput, 102 StringReplacer(const StringReplacer& other); 107 virtual ~StringReplacer();
|
D | rbt_rule.cpp | 150 this->output = new StringReplacer(outputStr, cursorPosition + cursorOffset, data); in TransliterationRule()
|
D | rbt_pars.cpp | 573 new FunctionReplacer(t, new StringReplacer(output, parser.curData)); in parseSection()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | uobjtest.cpp | 413 TESTCLASSID_CTOR(StringReplacer,(UnicodeString(),new TransliterationRuleData(status))); in testIDs()
|
/external/icu4c/test/intltest/ |
D | uobjtest.cpp | 427 TESTCLASSID_CTOR(StringReplacer,(UnicodeString(),new TransliterationRuleData(status))); in testIDs()
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | urename.h | 2149 #define StringReplacer U_ICU_ENTRY_POINT_RENAME(StringReplacer) macro
|