Home
last modified time | relevance | path

Searched refs:FunctionReplacer (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Dfuncrepl.cpp27 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 …]
Dfuncrepl.h35 class FunctionReplacer : public UnicodeFunctor, public UnicodeReplacer {
57 FunctionReplacer(Transliterator* adoptedTranslit,
63 FunctionReplacer(const FunctionReplacer& other);
68 virtual ~FunctionReplacer();
73 virtual FunctionReplacer* clone() const;
Drbt_pars.cpp580 FunctionReplacer *r = in parseSection()
581 new FunctionReplacer(t, new StringReplacer(output, parser.curData)); in parseSection()
/third_party/node/deps/icu-small/source/i18n/
Dfuncrepl.cpp27 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 …]
Dfuncrepl.h35 class FunctionReplacer : public UnicodeFunctor, public UnicodeReplacer {
57 FunctionReplacer(Transliterator* adoptedTranslit,
63 FunctionReplacer(const FunctionReplacer& other);
68 virtual ~FunctionReplacer();
73 virtual FunctionReplacer* clone() const override;
Drbt_pars.cpp580 FunctionReplacer *r = in parseSection()
581 new FunctionReplacer(t, new StringReplacer(output, parser.curData)); in parseSection()
/third_party/icu/icu4c/source/i18n/
Dfuncrepl.cpp27 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 …]
Dfuncrepl.h35 class FunctionReplacer : public UnicodeFunctor, public UnicodeReplacer {
57 FunctionReplacer(Transliterator* adoptedTranslit,
63 FunctionReplacer(const FunctionReplacer& other);
68 virtual ~FunctionReplacer();
73 virtual FunctionReplacer* clone() const;
Drbt_pars.cpp580 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/
Dfuncrepl.cpp27 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 …]
Dfuncrepl.h35 class FunctionReplacer : public UnicodeFunctor, public UnicodeReplacer {
57 FunctionReplacer(Transliterator* adoptedTranslit,
63 FunctionReplacer(const FunctionReplacer& other);
68 virtual ~FunctionReplacer();
Drbt_pars.cpp580 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/
DFunctionReplacer.java23 class FunctionReplacer implements UnicodeReplacer { class
41 public FunctionReplacer(Transliterator theTranslit, in FunctionReplacer() method in FunctionReplacer
DTransliteratorParser.java616 FunctionReplacer r = in parseSection()
617 new FunctionReplacer(t, in parseSection()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DFunctionReplacer.java22 class FunctionReplacer implements UnicodeReplacer { class
40 public FunctionReplacer(Transliterator theTranslit, in FunctionReplacer() method in FunctionReplacer
DTransliteratorParser.java615 FunctionReplacer r = in parseSection()
616 new FunctionReplacer(t, in parseSection()
/third_party/icu/icu4c/source/test/intltest/
Duobjtest.cpp429 TESTCLASSID_CTOR(FunctionReplacer, (NULL,NULL)); in testIDs()
/third_party/icu/ohos_icu4j/
DBUILD.gn498 "src/main/java/ohos/global/icu/text/FunctionReplacer.java",