Searched refs:StringReplacer (Results 1 – 10 of 10) sorted by relevance
/external/icu4c/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 | 574 new FunctionReplacer(t, new StringReplacer(output, parser.curData)); in parseSection()
|
/external/icu4c/test/intltest/ |
D | uobjtest.cpp | 423 TESTCLASSID_CTOR(StringReplacer,(UnicodeString(),new TransliterationRuleData(status))); in testIDs()
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | urename.h | 1415 #define StringReplacer StringReplacer_3_2 macro
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | urename.h | 1415 #define StringReplacer StringReplacer_3_2 macro
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | urename.h | 1415 #define StringReplacer StringReplacer_3_2 macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | urename.h | 1415 #define StringReplacer StringReplacer_3_2 macro
|
/external/icu4c/common/unicode/ |
D | urename.h | 2173 #define StringReplacer U_ICU_ENTRY_POINT_RENAME(StringReplacer) macro
|