/third_party/skia/third_party/externals/icu/source/i18n/ |
D | funcrepl.cpp | 27 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(FunctionReplacer) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument 34 FunctionReplacer::FunctionReplacer(Transliterator* adoptedTranslit, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 43 FunctionReplacer::FunctionReplacer(const FunctionReplacer& other) : in FunctionReplacer() function in FunctionReplacer 54 FunctionReplacer::~FunctionReplacer() { in ~FunctionReplacer() 62 FunctionReplacer* FunctionReplacer::clone() const { in clone() 63 return new FunctionReplacer(*this); in clone() 70 UnicodeReplacer* FunctionReplacer::toReplacer() const { in toReplacer() 71 FunctionReplacer *nonconst_this = const_cast<FunctionReplacer *>(this); in toReplacer() 80 int32_t FunctionReplacer::replace(Replaceable& text, in replace() 99 UnicodeString& FunctionReplacer::toReplacerPattern(UnicodeString& rule, in toReplacerPattern() [all …]
|
D | funcrepl.h | 35 class FunctionReplacer : public UnicodeFunctor, public UnicodeReplacer { 57 FunctionReplacer(Transliterator* adoptedTranslit, 63 FunctionReplacer(const FunctionReplacer& other); 68 virtual ~FunctionReplacer(); 73 virtual FunctionReplacer* clone() const;
|
D | rbt_pars.cpp | 580 FunctionReplacer *r = in parseSection() 581 new FunctionReplacer(t, new StringReplacer(output, parser.curData)); in parseSection()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | funcrepl.cpp | 27 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(FunctionReplacer) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument 34 FunctionReplacer::FunctionReplacer(Transliterator* adoptedTranslit, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 43 FunctionReplacer::FunctionReplacer(const FunctionReplacer& other) : in FunctionReplacer() function in FunctionReplacer 54 FunctionReplacer::~FunctionReplacer() { in ~FunctionReplacer() 62 FunctionReplacer* FunctionReplacer::clone() const { in clone() 63 return new FunctionReplacer(*this); in clone() 70 UnicodeReplacer* FunctionReplacer::toReplacer() const { in toReplacer() 71 FunctionReplacer *nonconst_this = const_cast<FunctionReplacer *>(this); in toReplacer() 80 int32_t FunctionReplacer::replace(Replaceable& text, in replace() 99 UnicodeString& FunctionReplacer::toReplacerPattern(UnicodeString& rule, in toReplacerPattern() [all …]
|
D | funcrepl.h | 35 class FunctionReplacer : public UnicodeFunctor, public UnicodeReplacer { 57 FunctionReplacer(Transliterator* adoptedTranslit, 63 FunctionReplacer(const FunctionReplacer& other); 68 virtual ~FunctionReplacer(); 73 virtual FunctionReplacer* clone() const override;
|
D | rbt_pars.cpp | 580 FunctionReplacer *r = in parseSection() 581 new FunctionReplacer(t, new StringReplacer(output, parser.curData)); in parseSection()
|
/third_party/icu/icu4c/source/i18n/ |
D | funcrepl.cpp | 27 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(FunctionReplacer) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument 34 FunctionReplacer::FunctionReplacer(Transliterator* adoptedTranslit, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 43 FunctionReplacer::FunctionReplacer(const FunctionReplacer& other) : in FunctionReplacer() function in FunctionReplacer 54 FunctionReplacer::~FunctionReplacer() { in ~FunctionReplacer() 62 FunctionReplacer* FunctionReplacer::clone() const { in clone() 63 return new FunctionReplacer(*this); in clone() 70 UnicodeReplacer* FunctionReplacer::toReplacer() const { in toReplacer() 71 FunctionReplacer *nonconst_this = const_cast<FunctionReplacer *>(this); in toReplacer() 80 int32_t FunctionReplacer::replace(Replaceable& text, in replace() 99 UnicodeString& FunctionReplacer::toReplacerPattern(UnicodeString& rule, in toReplacerPattern() [all …]
|
D | funcrepl.h | 35 class FunctionReplacer : public UnicodeFunctor, public UnicodeReplacer { 57 FunctionReplacer(Transliterator* adoptedTranslit, 63 FunctionReplacer(const FunctionReplacer& other); 68 virtual ~FunctionReplacer(); 73 virtual FunctionReplacer* clone() const;
|
D | rbt_pars.cpp | 580 FunctionReplacer *r = in parseSection() 581 new FunctionReplacer(t, new StringReplacer(output, parser.curData)); in parseSection()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | funcrepl.cpp | 27 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(FunctionReplacer) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument 34 FunctionReplacer::FunctionReplacer(Transliterator* adoptedTranslit, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 43 FunctionReplacer::FunctionReplacer(const FunctionReplacer& other) : in FunctionReplacer() function in FunctionReplacer 54 FunctionReplacer::~FunctionReplacer() { in ~FunctionReplacer() 62 UnicodeFunctor* FunctionReplacer::clone() const { in clone() 63 return new FunctionReplacer(*this); in clone() 70 UnicodeReplacer* FunctionReplacer::toReplacer() const { in toReplacer() 71 FunctionReplacer *nonconst_this = const_cast<FunctionReplacer *>(this); in toReplacer() 80 int32_t FunctionReplacer::replace(Replaceable& text, in replace() 99 UnicodeString& FunctionReplacer::toReplacerPattern(UnicodeString& rule, in toReplacerPattern() [all …]
|
D | funcrepl.h | 35 class FunctionReplacer : public UnicodeFunctor, public UnicodeReplacer { 57 FunctionReplacer(Transliterator* adoptedTranslit, 63 FunctionReplacer(const FunctionReplacer& other); 68 virtual ~FunctionReplacer();
|
D | rbt_pars.cpp | 580 FunctionReplacer *r = in parseSection() 581 new FunctionReplacer(t, new StringReplacer(output, parser.curData)); in parseSection()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | FunctionReplacer.java | 23 class FunctionReplacer implements UnicodeReplacer { class 41 public FunctionReplacer(Transliterator theTranslit, in FunctionReplacer() method in FunctionReplacer
|
D | TransliteratorParser.java | 616 FunctionReplacer r = in parseSection() 617 new FunctionReplacer(t, in parseSection()
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | FunctionReplacer.java | 22 class FunctionReplacer implements UnicodeReplacer { class 40 public FunctionReplacer(Transliterator theTranslit, in FunctionReplacer() method in FunctionReplacer
|
D | TransliteratorParser.java | 615 FunctionReplacer r = in parseSection() 616 new FunctionReplacer(t, in parseSection()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | uobjtest.cpp | 429 TESTCLASSID_CTOR(FunctionReplacer, (NULL,NULL)); in testIDs()
|
/third_party/icu/ohos_icu4j/ |
D | BUILD.gn | 498 "src/main/java/ohos/global/icu/text/FunctionReplacer.java",
|