Searched refs:UnicodeReplacer (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dunifunct.cpp20 UnicodeReplacer* UnicodeFunctor::toReplacer() const {
/external/icu/icu4c/source/common/
H A Dunifunct.cpp20 UnicodeReplacer* UnicodeFunctor::toReplacer() const {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunifunct.h24 class UnicodeReplacer;
64 * Cast 'this' to a UnicodeReplacer* pointer and return the
65 * pointer, or null if this is not a UnicodeReplacer*. Subclasses
66 * that mix in UnicodeReplacer as a base class must override this.
68 * cannot be cast to a pointer to a UnicodeReplacer, since
69 * UnicodeReplacer is a mixin that does not derive from
73 virtual UnicodeReplacer* toReplacer() const;
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dunirepl.h17 * \brief C++ API: UnicodeReplacer
27 * <code>UnicodeReplacer</code> defines a protocol for objects that
36 class U_I18N_API UnicodeReplacer /* not : public UObject because this is an interface/mixin class */ { class
44 virtual ~UnicodeReplacer();
/external/icu/icu4c/source/common/unicode/
H A Dunifunct.h24 class UnicodeReplacer;
64 * Cast 'this' to a UnicodeReplacer* pointer and return the
65 * pointer, or null if this is not a UnicodeReplacer*. Subclasses
66 * that mix in UnicodeReplacer as a base class must override this.
68 * cannot be cast to a pointer to a UnicodeReplacer, since
69 * UnicodeReplacer is a mixin that does not derive from
73 virtual UnicodeReplacer* toReplacer() const;
/external/icu/icu4c/source/i18n/unicode/
H A Dunirepl.h17 * \brief C++ API: UnicodeReplacer
27 * <code>UnicodeReplacer</code> defines a protocol for objects that
36 class U_I18N_API UnicodeReplacer /* not : public UObject because this is an interface/mixin class */ { class
44 virtual ~UnicodeReplacer();
/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_data.h26 class UnicodeReplacer;
135 * Given a stand-in character, return the UnicodeReplacer that it
139 * @return return the UnicodeReplacer that 'standIn' represents
141 UnicodeReplacer* lookupReplacer(UChar32 standIn) const;
H A Dfuncrepl.h28 * UnicodeReplacer object. That is, this replacer wraps another
33 class FunctionReplacer : public UnicodeFunctor, public UnicodeReplacer {
74 * UnicodeFunctor API. Cast 'this' to a UnicodeReplacer* pointer
77 virtual UnicodeReplacer* toReplacer() const;
80 * UnicodeReplacer API
88 * UnicodeReplacer API
94 * Implement UnicodeReplacer
H A Dstrrepl.h29 * UnicodeReplacer objects, making it possible to encode a tree of
35 class StringReplacer : public UnicodeFunctor, public UnicodeReplacer {
66 * UnicodeReplacer objects.
81 * stand-in characters to UnicodeReplacer objects
94 * stand-in characters to UnicodeReplacer objects
115 * UnicodeFunctor API. Cast 'this' to a UnicodeReplacer* pointer
118 virtual UnicodeReplacer* toReplacer() const;
121 * UnicodeReplacer API
129 * UnicodeReplacer API
135 * Implement UnicodeReplacer
[all...]
H A Dfuncrepl.cpp43 UnicodeReplacer(other)
65 * UnicodeFunctor API. Cast 'this' to a UnicodeReplacer* pointer
68 UnicodeReplacer* FunctionReplacer::toReplacer() const {
70 UnicodeReplacer *nonconst_base = static_cast<UnicodeReplacer *>(nonconst_this);
76 * UnicodeReplacer API
95 * UnicodeReplacer API
110 * Implement UnicodeReplacer
H A Dstrmatch.h28 * UnicodeReplacer API, allowing it to emit the matched text as
40 * UnicodeReplacer.
42 class StringMatcher : public UnicodeFunctor, public UnicodeMatcher, public UnicodeReplacer {
89 * UnicodeFunctor API. Cast 'this' to a UnicodeReplacer* pointer
91 * @return the UnicodeReplacer pointer.
93 virtual UnicodeReplacer* toReplacer() const;
H A Dstrrepl.cpp23 UnicodeReplacer::~UnicodeReplacer() {}
35 * stand-in characters to UnicodeReplacer objects
54 * stand-in characters to UnicodeReplacer objects
70 UnicodeReplacer(other)
95 UnicodeReplacer* StringReplacer::toReplacer() const {
100 * UnicodeReplacer API
162 UnicodeReplacer* r = data->lookupReplacer(c);
238 * UnicodeReplacer API
261 UnicodeReplacer*
[all...]
H A Dstrmatch.cpp41 UnicodeReplacer(o),
75 * UnicodeFunctor API. Cast 'this' to a UnicodeReplacer* pointer
78 UnicodeReplacer* StringMatcher::toReplacer() const {
80 UnicodeReplacer *nonconst_base = static_cast<UnicodeReplacer *>(nonconst_this);
216 * UnicodeReplacer API
242 * UnicodeReplacer API
H A Drbt_data.cpp108 UnicodeReplacer*
/external/icu/icu4c/source/i18n/
H A Drbt_data.h26 class UnicodeReplacer;
135 * Given a stand-in character, return the UnicodeReplacer that it
139 * @return return the UnicodeReplacer that 'standIn' represents
141 UnicodeReplacer* lookupReplacer(UChar32 standIn) const;
H A Dfuncrepl.h28 * UnicodeReplacer object. That is, this replacer wraps another
33 class FunctionReplacer : public UnicodeFunctor, public UnicodeReplacer {
74 * UnicodeFunctor API. Cast 'this' to a UnicodeReplacer* pointer
77 virtual UnicodeReplacer* toReplacer() const;
80 * UnicodeReplacer API
88 * UnicodeReplacer API
94 * Implement UnicodeReplacer
H A Dstrrepl.h29 * UnicodeReplacer objects, making it possible to encode a tree of
35 class StringReplacer : public UnicodeFunctor, public UnicodeReplacer {
66 * UnicodeReplacer objects.
81 * stand-in characters to UnicodeReplacer objects
94 * stand-in characters to UnicodeReplacer objects
115 * UnicodeFunctor API. Cast 'this' to a UnicodeReplacer* pointer
118 virtual UnicodeReplacer* toReplacer() const;
121 * UnicodeReplacer API
129 * UnicodeReplacer API
135 * Implement UnicodeReplacer
[all...]
H A Dfuncrepl.cpp43 UnicodeReplacer(other)
65 * UnicodeFunctor API. Cast 'this' to a UnicodeReplacer* pointer
68 UnicodeReplacer* FunctionReplacer::toReplacer() const {
70 UnicodeReplacer *nonconst_base = static_cast<UnicodeReplacer *>(nonconst_this);
76 * UnicodeReplacer API
95 * UnicodeReplacer API
110 * Implement UnicodeReplacer
H A Dstrmatch.h28 * UnicodeReplacer API, allowing it to emit the matched text as
40 * UnicodeReplacer.
42 class StringMatcher : public UnicodeFunctor, public UnicodeMatcher, public UnicodeReplacer {
89 * UnicodeFunctor API. Cast 'this' to a UnicodeReplacer* pointer
91 * @return the UnicodeReplacer pointer.
93 virtual UnicodeReplacer* toReplacer() const;
H A Dstrrepl.cpp23 UnicodeReplacer::~UnicodeReplacer() {}
35 * stand-in characters to UnicodeReplacer objects
54 * stand-in characters to UnicodeReplacer objects
70 UnicodeReplacer(other)
95 UnicodeReplacer* StringReplacer::toReplacer() const {
100 * UnicodeReplacer API
162 UnicodeReplacer* r = data->lookupReplacer(c);
238 * UnicodeReplacer API
261 UnicodeReplacer*
[all...]
H A Dstrmatch.cpp41 UnicodeReplacer(o),
75 * UnicodeFunctor API. Cast 'this' to a UnicodeReplacer* pointer
78 UnicodeReplacer* StringMatcher::toReplacer() const {
80 UnicodeReplacer *nonconst_base = static_cast<UnicodeReplacer *>(nonconst_this);
216 * UnicodeReplacer API
242 * UnicodeReplacer API
H A Drbt_data.cpp108 UnicodeReplacer*
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1586 milliseconds