/third_party/node/deps/icu-small/source/i18n/ |
D | strrepl.cpp | 26 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(StringReplacer) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument 39 StringReplacer::StringReplacer(const UnicodeString& theOutput, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 58 StringReplacer::StringReplacer(const UnicodeString& theOutput, in StringReplacer() function in StringReplacer 70 StringReplacer::StringReplacer(const StringReplacer& other) : in StringReplacer() function in StringReplacer 84 StringReplacer::~StringReplacer() { in ~StringReplacer() 90 StringReplacer* StringReplacer::clone() const { in clone() 91 return new StringReplacer(*this); in clone() 97 UnicodeReplacer* StringReplacer::toReplacer() const { in toReplacer() 98 return const_cast<StringReplacer *>(this); in toReplacer() 104 int32_t StringReplacer::replace(Replaceable& text, in replace() [all …]
|
D | strrepl.h | 37 class StringReplacer : public UnicodeFunctor, public UnicodeReplacer { 85 StringReplacer(const UnicodeString& theOutput, 98 StringReplacer(const UnicodeString& theOutput, 104 StringReplacer(const StringReplacer& other); 109 virtual ~StringReplacer(); 114 virtual StringReplacer* clone() const override;
|
D | rbt_rule.cpp | 153 this->output = new StringReplacer(outputStr, cursorPosition + cursorOffset, data); in TransliterationRule()
|
D | rbt_pars.cpp | 581 new FunctionReplacer(t, new StringReplacer(output, parser.curData)); in parseSection()
|
/third_party/icu/icu4c/source/i18n/ |
D | strrepl.cpp | 26 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(StringReplacer) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument 39 StringReplacer::StringReplacer(const UnicodeString& theOutput, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 58 StringReplacer::StringReplacer(const UnicodeString& theOutput, in StringReplacer() function in StringReplacer 70 StringReplacer::StringReplacer(const StringReplacer& other) : in StringReplacer() function in StringReplacer 84 StringReplacer::~StringReplacer() { in ~StringReplacer() 90 StringReplacer* StringReplacer::clone() const { in clone() 91 return new StringReplacer(*this); in clone() 97 UnicodeReplacer* StringReplacer::toReplacer() const { in toReplacer() 98 return const_cast<StringReplacer *>(this); in toReplacer() 104 int32_t StringReplacer::replace(Replaceable& text, in replace() [all …]
|
D | strrepl.h | 37 class StringReplacer : public UnicodeFunctor, public UnicodeReplacer { 85 StringReplacer(const UnicodeString& theOutput, 98 StringReplacer(const UnicodeString& theOutput, 104 StringReplacer(const StringReplacer& other); 109 virtual ~StringReplacer(); 114 virtual StringReplacer* clone() const override;
|
D | rbt_rule.cpp | 153 this->output = new StringReplacer(outputStr, cursorPosition + cursorOffset, data); in TransliterationRule()
|
D | rbt_pars.cpp | 581 new FunctionReplacer(t, new StringReplacer(output, parser.curData)); in parseSection()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | strrepl.cpp | 26 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(StringReplacer) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument 39 StringReplacer::StringReplacer(const UnicodeString& theOutput, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 58 StringReplacer::StringReplacer(const UnicodeString& theOutput, in StringReplacer() function in StringReplacer 70 StringReplacer::StringReplacer(const StringReplacer& other) : in StringReplacer() function in StringReplacer 84 StringReplacer::~StringReplacer() { in ~StringReplacer() 90 StringReplacer* StringReplacer::clone() const { in clone() 91 return new StringReplacer(*this); in clone() 97 UnicodeReplacer* StringReplacer::toReplacer() const { in toReplacer() 98 return const_cast<StringReplacer *>(this); in toReplacer() 104 int32_t StringReplacer::replace(Replaceable& text, in replace() [all …]
|
D | strrepl.h | 37 class StringReplacer : public UnicodeFunctor, public UnicodeReplacer { 85 StringReplacer(const UnicodeString& theOutput, 98 StringReplacer(const UnicodeString& theOutput, 104 StringReplacer(const StringReplacer& other); 109 virtual ~StringReplacer(); 114 virtual StringReplacer* clone() const;
|
D | rbt_rule.cpp | 153 this->output = new StringReplacer(outputStr, cursorPosition + cursorOffset, data); in TransliterationRule()
|
D | rbt_pars.cpp | 581 new FunctionReplacer(t, new StringReplacer(output, parser.curData)); in parseSection()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | StringReplacer.java | 26 class StringReplacer implements UnicodeReplacer { class 70 public StringReplacer(String theOutput, in StringReplacer() method in StringReplacer 89 public StringReplacer(String theOutput, in StringReplacer() method in StringReplacer
|
D | TransliterationRule.java | 222 this.output = new StringReplacer(output, cursorPos + cursorOffset, data); in TransliterationRule()
|
D | TransliteratorParser.java | 618 new StringReplacer(buf.substring(bufSegStart), parser.curData)); in parseSection()
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | StringReplacer.java | 25 class StringReplacer implements UnicodeReplacer { class 69 public StringReplacer(String theOutput, in StringReplacer() method in StringReplacer 88 public StringReplacer(String theOutput, in StringReplacer() method in StringReplacer
|
D | TransliterationRule.java | 221 this.output = new StringReplacer(output, cursorPos + cursorOffset, data); in TransliterationRule()
|
D | TransliteratorParser.java | 617 new StringReplacer(buf.substring(bufSegStart), parser.curData)); in parseSection()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | uobjtest.cpp | 431 TESTCLASSID_CTOR(StringReplacer,(UnicodeString(),new TransliterationRuleData(status))); in testIDs()
|
/third_party/icu/ohos_icu4j/ |
D | BUILD.gn | 510 "src/main/java/ohos/global/icu/text/StringReplacer.java",
|